Shades of Sapphire #06286A
Tints of Sapphire #06286A
RGB
CMYK
RGB Variations
Color information
#06286A (or 0x06286A) is known color: Sapphire. HEX triplet: 06, 28 and 6A. RGB value is (6,40,106). Sum of RGB (Red+Green+Blue) = 6+40+106=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #06286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06286A is #F9D795. Grayscale: #252525. Windows color (decimal): -16373654 or 6957062. OLE color: 6957062.
HSL color Cylindrical-coordinate representation of color #06286A: hue angle of 219.6º 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 #06286A is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 40 | 106 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.58 |
| HSL | 219.6º | 0.89% | 0.22% | - |
| HSV(B) | 219.6º | 0.94% | 0.42% | - |
| XYZ | 3.44 | 2.6 | 13.96 | - |
| YUV | 37.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 106 | 0.94 | 0.62 | 0 | 0.58 | 219.6 | 0.89 | 0.22 |
| Hex | 6 | 28 | 6A | 5E | 3E | 0 | 3A | DC | 59 | 16 |
| Octal | 6 | 50 | 152 | 136 | 76 | 0 | 72 | 334 | 131 | 26 |
| Binary | 110 | 101000 | 1101010 | 1011110 | 111110 | 0 | 111010 | 11011100 | 1011001 | 10110 |
Color Harmonies of #06286A
Complementary color
Monochromatic Colors of #06286A
Black with #06286A
Text Example
Text Example
White with #06286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06286A; }
p { color: rgb(6,40,106); }
H1.HeaderClassName
{
color: #06286A;
}
.AnyTagClassName
{
color: #06286A;
}
</style>
background-color css
<style>
a { background-color: #06286A; }
a { background-color: rgb(6,40,106); }
div.DivClassName
{
background-color: #06286A;
}
.BgClassName
{
background-color: #06286A;
}
</style>
border-color css
<style>
span { border-color: #06286A; }
span { border-color: rgb(6,40,106); }
td.TdClassName
{
border-color: #06286A;
}
.TagClassName
{
border-color: #06286A;
}
</style>