Shades of Sapphire #06285E
Tints of Sapphire #06285E
RGB
CMYK
RGB Variations
Color information
#06285E (or 0x06285E) is known color: Sapphire. HEX triplet: 06, 28 and 5E. RGB value is (6,40,94). Sum of RGB (Red+Green+Blue) = 6+40+94=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #06285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285E is #F9D7A1. Grayscale: #232323. Windows color (decimal): -16373666 or 6170630. OLE color: 6170630.
HSL color Cylindrical-coordinate representation of color #06285E: hue angle of 216.82º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06285E is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 40 | 94 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.63 |
| HSL | 216.82º | 0.88% | 0.2% | - |
| HSV(B) | 216.82º | 0.94% | 0.37% | - |
| XYZ | 2.85 | 2.36 | 10.9 | - |
| YUV | 35.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 94 | 0.94 | 0.57 | 0 | 0.63 | 216.82 | 0.88 | 0.2 |
| Hex | 6 | 28 | 5E | 5E | 39 | 0 | 3F | D9 | 58 | 14 |
| Octal | 6 | 50 | 136 | 136 | 71 | 0 | 77 | 331 | 130 | 24 |
| Binary | 110 | 101000 | 1011110 | 1011110 | 111001 | 0 | 111111 | 11011001 | 1011000 | 10100 |
Color Harmonies of #06285E
Complementary color
Monochromatic Colors of #06285E
Black with #06285E
Text Example
Text Example
White with #06285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06285E; }
p { color: rgb(6,40,94); }
H1.HeaderClassName
{
color: #06285E;
}
.AnyTagClassName
{
color: #06285E;
}
</style>
background-color css
<style>
a { background-color: #06285E; }
a { background-color: rgb(6,40,94); }
div.DivClassName
{
background-color: #06285E;
}
.BgClassName
{
background-color: #06285E;
}
</style>
border-color css
<style>
span { border-color: #06285E; }
span { border-color: rgb(6,40,94); }
td.TdClassName
{
border-color: #06285E;
}
.TagClassName
{
border-color: #06285E;
}
</style>