Html Css Color HEX #062461 Sapphire

📋 copy color: '#062461'

red 6 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #062461

Tints of Sapphire #062461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

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

R = 4.32%
G = 25.9%
B = 69.78%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062461 (or 0x062461) is known color: Sapphire. HEX triplet: 06, 24 and 61. RGB value is (6,36,97). Sum of RGB (Red+Green+Blue) = 6+36+97=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #062461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062461 is #F9DB9E. Grayscale: #212121. Windows color (decimal): -16374687 or 6366214. OLE color: 6366214.

HSL color Cylindrical-coordinate representation of color #062461: hue angle of 220.22º 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 #062461 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 36 97 -
CMYK 0.94 0.63 0 0.62
HSL 220.22º 0.88% 0.2% -
HSV(B) 220.22º 0.94% 0.38% -
XYZ 2.86 2.16 11.58 -
YUV 33.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 6 36 97 0.94 0.63 0 0.62 220.22 0.88 0.2
Hex 6 24 61 5E 3F 0 3E DC 58 14
Octal 6 44 141 136 77 0 76 334 130 24
Binary 110 100100 1100001 1011110 111111 0 111110 11011100 1011000 10100

Color Harmonies of #062461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062461

Black with #062461

Text Example


Text Example

White with #062461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062461; }

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

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

background-color css

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

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

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

border-color css

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

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

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