Html Css Color HEX #062261 Sapphire

📋 copy color: '#062261'

red 6 ◦ green 34 ◦ blue 97

#062261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #062261

Tints of Sapphire #062261

RGB

 RED value IS 6 (2.73% from 255) = 4.38%

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 97 (38.28% from 255) = 70.8%

R = 4.38%
G = 24.82%
B = 70.8%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#062261 (or 0x062261) is known color: Sapphire. HEX triplet: 06, 22 and 61. RGB value is (6,34,97). Sum of RGB (Red+Green+Blue) = 6+34+97=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #062261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062261 is #F9DD9E. Grayscale: #202020. Windows color (decimal): -16375199 or 6365702. OLE color: 6365702.

HSL color Cylindrical-coordinate representation of color #062261: hue angle of 221.54º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062261 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 34 97 -
CMYK 0.94 0.65 0 0.62
HSL 221.54º 0.88% 0.2% -
HSV(B) 221.54º 0.94% 0.38% -
XYZ 2.8 2.05 11.56 -
YUV 32.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 6 34 97 0.94 0.65 0 0.62 221.54 0.88 0.2
Hex 6 22 61 5E 41 0 3E DE 58 14
Octal 6 42 141 136 101 0 76 336 130 24
Binary 110 100010 1100001 1011110 1000001 0 111110 11011110 1011000 10100

Color Harmonies of #062261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062261

Black with #062261

Text Example


Text Example

White with #062261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062261; }

 p { color: rgb(6,34,97); }

 H1.HeaderClassName
 {
   color: #062261;
 }
 .AnyTagClassName
 {
   color: #062261;
 }
</style>

background-color css

<style>
 a { background-color: #062261; }

 a { background-color: rgb(6,34,97); }

 div.DivClassName
 {
   background-color: #062261;
 }
 .BgClassName
 {
   background-color: #062261;
 }
</style>

border-color css

<style>
 span { border-color: #062261; }

 span { border-color: rgb(6,34,97); }

 td.TdClassName
 {
   border-color: #062261;
 }
 .TagClassName
 {
   border-color: #062261;
 }
</style>