Html Css Color HEX #062062 Sapphire

📋 copy color: '#062062'

red 6 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #062062

Tints of Sapphire #062062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 4.41%
G = 23.53%
B = 72.06%

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

#062062 (or 0x062062) is known color: Sapphire. HEX triplet: 06, 20 and 62. RGB value is (6,32,98). Sum of RGB (Red+Green+Blue) = 6+32+98=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #062062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062062 is #F9DF9D. Grayscale: #1F1F1F. Windows color (decimal): -16375710 or 6430726. OLE color: 6430726.

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

Color convert

RGB 6 32 98 -
CMYK 0.94 0.67 0 0.62
HSL 223.04º 0.88% 0.2% -
HSV(B) 223.04º 0.94% 0.38% -
XYZ 2.8 1.95 11.78 -
YUV 31.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 6 32 98 0.94 0.67 0 0.62 223.04 0.88 0.2
Hex 6 20 62 5E 43 0 3E DF 58 14
Octal 6 40 142 136 103 0 76 337 130 24
Binary 110 100000 1100010 1011110 1000011 0 111110 11011111 1011000 10100

Color Harmonies of #062062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062062

Black with #062062

Text Example


Text Example

White with #062062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062062; }

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

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

background-color css

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

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

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

border-color css

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

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

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