Html Css Color HEX #062069 Sapphire

📋 copy color: '#062069'

red 6 ◦ green 32 ◦ blue 105

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

Shades of Sapphire #062069

Tints of Sapphire #062069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 73.43%

R = 4.2%
G = 22.38%
B = 73.43%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062069 (or 0x062069) is known color: Sapphire. HEX triplet: 06, 20 and 69. RGB value is (6,32,105). Sum of RGB (Red+Green+Blue) = 6+32+105=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #062069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062069 is #F9DF96. Grayscale: #202020. Windows color (decimal): -16375703 or 6889478. OLE color: 6889478.

HSL color Cylindrical-coordinate representation of color #062069: hue angle of 224.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062069 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 32 105 -
CMYK 0.94 0.70 0 0.59
HSL 224.24º 0.89% 0.22% -
HSV(B) 224.24º 0.94% 0.41% -
XYZ 3.14 2.09 13.6 -
YUV 32.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 6 32 105 0.94 0.70 0 0.59 224.24 0.89 0.22
Hex 6 20 69 5E 46 0 3B E0 59 16
Octal 6 40 151 136 106 0 73 340 131 26
Binary 110 100000 1101001 1011110 1000110 0 111011 11100000 1011001 10110

Color Harmonies of #062069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062069

Black with #062069

Text Example


Text Example

White with #062069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062069; }

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

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

background-color css

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

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

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

border-color css

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

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

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