Html Css Color HEX #062060 Sapphire

📋 copy color: '#062060'

red 6 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #062060

Tints of Sapphire #062060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 4.48%
G = 23.88%
B = 71.64%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062060 (or 0x062060) is known color: Sapphire. HEX triplet: 06, 20 and 60. RGB value is (6,32,96). Sum of RGB (Red+Green+Blue) = 6+32+96=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #062060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062060 is #F9DF9F. Grayscale: #1F1F1F. Windows color (decimal): -16375712 or 6299654. OLE color: 6299654.

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

Color convert

RGB 6 32 96 -
CMYK 0.94 0.67 0 0.62
HSL 222.67º 0.88% 0.2% -
HSV(B) 222.67º 0.94% 0.38% -
XYZ 2.7 1.92 11.29 -
YUV 31.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 6 32 96 0.94 0.67 0 0.62 222.67 0.88 0.2
Hex 6 20 60 5E 43 0 3E DF 58 14
Octal 6 40 140 136 103 0 76 337 130 24
Binary 110 100000 1100000 1011110 1000011 0 111110 11011111 1011000 10100

Color Harmonies of #062060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062060

Black with #062060

Text Example


Text Example

White with #062060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062060; }

 p { color: rgb(6,32,96); }

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

background-color css

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

 a { background-color: rgb(6,32,96); }

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

border-color css

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

 span { border-color: rgb(6,32,96); }

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