#062069

Color #062069 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062069

Tints of Sapphire #062069

Color information

#062069 (or 0x062069) is unknown color: approx 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

RGB632105-
CMYK0.940.7000.59
HSL224.24º89.19%21.76%-
HSV(B)224.24º94.29%41.18%-
XYZ3.142.0913.6-
YUV32.55168.89109.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 105 (41.41% from 255) = 73.43%
R=4.20%
G=22.38%
B=73.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6321050.940.7000.59224.2489.1921.76
Hex620695E4603Be05916
Octal64015113610607334013126
Binary110100000110100110111101000110011101111100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>