Shades of Sapphire #062266
Tints of Sapphire #062266
RGB
CMYK
RGB Variations
Color information
#062266 (or 0x062266) is known color: Sapphire. HEX triplet: 06, 22 and 66. RGB value is (6,34,102). Sum of RGB (Red+Green+Blue) = 6+34+102=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #062266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062266 is #F9DD99. Grayscale: #212121. Windows color (decimal): -16375194 or 6693382. OLE color: 6693382.
HSL color Cylindrical-coordinate representation of color #062266: hue angle of 222.5º 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 #062266 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 34 | 102 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.6 |
| HSL | 222.5º | 0.89% | 0.21% | - |
| HSV(B) | 222.5º | 0.94% | 0.4% | - |
| XYZ | 3.05 | 2.14 | 12.82 | - |
| YUV | 33.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 102 | 0.94 | 0.67 | 0 | 0.6 | 222.5 | 0.89 | 0.21 |
| Hex | 6 | 22 | 66 | 5E | 43 | 0 | 3C | DE | 59 | 15 |
| Octal | 6 | 42 | 146 | 136 | 103 | 0 | 74 | 336 | 131 | 25 |
| Binary | 110 | 100010 | 1100110 | 1011110 | 1000011 | 0 | 111100 | 11011110 | 1011001 | 10101 |
Color Harmonies of #062266
Complementary color
Monochromatic Colors of #062266
Black with #062266
Text Example
Text Example
White with #062266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062266; }
p { color: rgb(6,34,102); }
H1.HeaderClassName
{
color: #062266;
}
.AnyTagClassName
{
color: #062266;
}
</style>
background-color css
<style>
a { background-color: #062266; }
a { background-color: rgb(6,34,102); }
div.DivClassName
{
background-color: #062266;
}
.BgClassName
{
background-color: #062266;
}
</style>
border-color css
<style>
span { border-color: #062266; }
span { border-color: rgb(6,34,102); }
td.TdClassName
{
border-color: #062266;
}
.TagClassName
{
border-color: #062266;
}
</style>