#062269

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

Shades of Sapphire #062269

Tints of Sapphire #062269

Color information

#062269 (or 0x062269) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 69. RGB value is (6,34,105). Sum of RGB (Red+Green+Blue) = 6+34+105=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #062269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062269 is #F9DD96. Grayscale: #212121. Windows color (decimal): -16375191 or 6889990. OLE color: 6889990.

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

Color convert

RGB634105-
CMYK0.940.6800.59
HSL223.03º89.19%21.76%-
HSV(B)223.03º94.29%41.18%-
XYZ3.22.213.62-
YUV33.72168.22108.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=4.14%
G=23.45%
B=72.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6341050.940.6800.59223.0389.1921.76
Hex622695E4403Bdf5916
Octal64215113610407333713126
Binary110100010110100110111101000100011101111011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062269; }

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

 H1.HeaderClassName
 {
   color: #062269;
 }
 .AnyTagClassName
 {
   color: #062269;
 }
</style>
background-color css

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

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

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

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

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

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