Shades of Sapphire #06286C
Tints of Sapphire #06286C
RGB
CMYK
RGB Variations
Color information
#06286C (or 0x06286C) is known color: Sapphire. HEX triplet: 06, 28 and 6C. RGB value is (6,40,108). Sum of RGB (Red+Green+Blue) = 6+40+108=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #06286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06286C is #F9D793. Grayscale: #252525. Windows color (decimal): -16373652 or 7088134. OLE color: 7088134.
HSL color Cylindrical-coordinate representation of color #06286C: hue angle of 220º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06286C is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 40 | 108 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.58 |
| HSL | 220º | 0.89% | 0.22% | - |
| HSV(B) | 220º | 0.94% | 0.42% | - |
| XYZ | 3.54 | 2.64 | 14.51 | - |
| YUV | 37.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 108 | 0.94 | 0.63 | 0 | 0.58 | 220 | 0.89 | 0.22 |
| Hex | 6 | 28 | 6C | 5E | 3F | 0 | 3A | DC | 59 | 16 |
| Octal | 6 | 50 | 154 | 136 | 77 | 0 | 72 | 334 | 131 | 26 |
| Binary | 110 | 101000 | 1101100 | 1011110 | 111111 | 0 | 111010 | 11011100 | 1011001 | 10110 |
Color Harmonies of #06286C
Complementary color
Monochromatic Colors of #06286C
Black with #06286C
Text Example
Text Example
White with #06286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06286C; }
p { color: rgb(6,40,108); }
H1.HeaderClassName
{
color: #06286C;
}
.AnyTagClassName
{
color: #06286C;
}
</style>
background-color css
<style>
a { background-color: #06286C; }
a { background-color: rgb(6,40,108); }
div.DivClassName
{
background-color: #06286C;
}
.BgClassName
{
background-color: #06286C;
}
</style>
border-color css
<style>
span { border-color: #06286C; }
span { border-color: rgb(6,40,108); }
td.TdClassName
{
border-color: #06286C;
}
.TagClassName
{
border-color: #06286C;
}
</style>