Html Css Color HEX #062066 Sapphire

📋 copy color: '#062066'

red 6 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #062066

Tints of Sapphire #062066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 72.86%

R = 4.29%
G = 22.86%
B = 72.86%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#062066 (or 0x062066) is known color: Sapphire. HEX triplet: 06, 20 and 66. RGB value is (6,32,102). Sum of RGB (Red+Green+Blue) = 6+32+102=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #062066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062066 is #F9DF99. Grayscale: #1F1F1F. Windows color (decimal): -16375706 or 6692870. OLE color: 6692870.

HSL color Cylindrical-coordinate representation of color #062066: hue angle of 223.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062066 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 32 102 -
CMYK 0.94 0.69 0 0.6
HSL 223.75º 0.89% 0.21% -
HSV(B) 223.75º 0.94% 0.4% -
XYZ 2.99 2.03 12.8 -
YUV 32.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 6 32 102 0.94 0.69 0 0.6 223.75 0.89 0.21
Hex 6 20 66 5E 45 0 3C E0 59 15
Octal 6 40 146 136 105 0 74 340 131 25
Binary 110 100000 1100110 1011110 1000101 0 111100 11100000 1011001 10101

Color Harmonies of #062066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062066

Black with #062066

Text Example


Text Example

White with #062066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062066; }

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

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

background-color css

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

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

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

border-color css

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

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

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