Shades of Sapphire #062666
Tints of Sapphire #062666
RGB
CMYK
RGB Variations
Color information
#062666 (or 0x062666) is known color: Sapphire. HEX triplet: 06, 26 and 66. RGB value is (6,38,102). Sum of RGB (Red+Green+Blue) = 6+38+102=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #062666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062666 is #F9D999. Grayscale: #232323. Windows color (decimal): -16374170 or 6694406. OLE color: 6694406.
HSL color Cylindrical-coordinate representation of color #062666: hue angle of 220º 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 #062666 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 38 | 102 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.6 |
| HSL | 220º | 0.89% | 0.21% | - |
| HSV(B) | 220º | 0.94% | 0.4% | - |
| XYZ | 3.17 | 2.38 | 12.86 | - |
| YUV | 35.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 102 | 0.94 | 0.63 | 0 | 0.6 | 220 | 0.89 | 0.21 |
| Hex | 6 | 26 | 66 | 5E | 3F | 0 | 3C | DC | 59 | 15 |
| Octal | 6 | 46 | 146 | 136 | 77 | 0 | 74 | 334 | 131 | 25 |
| Binary | 110 | 100110 | 1100110 | 1011110 | 111111 | 0 | 111100 | 11011100 | 1011001 | 10101 |
Color Harmonies of #062666
Complementary color
Monochromatic Colors of #062666
Black with #062666
Text Example
Text Example
White with #062666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062666; }
p { color: rgb(6,38,102); }
H1.HeaderClassName
{
color: #062666;
}
.AnyTagClassName
{
color: #062666;
}
</style>
background-color css
<style>
a { background-color: #062666; }
a { background-color: rgb(6,38,102); }
div.DivClassName
{
background-color: #062666;
}
.BgClassName
{
background-color: #062666;
}
</style>
border-color css
<style>
span { border-color: #062666; }
span { border-color: rgb(6,38,102); }
td.TdClassName
{
border-color: #062666;
}
.TagClassName
{
border-color: #062666;
}
</style>