#062267

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

Shades of Sapphire #062267

Tints of Sapphire #062267

Color information

#062267 (or 0x062267) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 67. RGB value is (6,34,103). Sum of RGB (Red+Green+Blue) = 6+34+103=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #062267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062267 is #F9DD98. Grayscale: #212121. Windows color (decimal): -16375193 or 6758918. OLE color: 6758918.

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

Color convert

RGB634103-
CMYK0.940.6700.60
HSL222.68º88.99%21.37%-
HSV(B)222.68º94.17%40.39%-
XYZ3.12.1613.09-
YUV33.49167.22108.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=4.20%
G=23.78%
B=72.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6341030.940.6700.60222.6888.9921.37
Hex622675E4303Cdf5915
Octal64214713610307433713125
Binary110100010110011110111101000011011110011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062267; }

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

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

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

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

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

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

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

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