Shades of Sapphire #06275E
Tints of Sapphire #06275E
RGB
CMYK
RGB Variations
Color information
#06275E (or 0x06275E) is known color: Sapphire. HEX triplet: 06, 27 and 5E. RGB value is (6,39,94). Sum of RGB (Red+Green+Blue) = 6+39+94=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #06275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275E is #F9D8A1. Grayscale: #232323. Windows color (decimal): -16373922 or 6170374. OLE color: 6170374.
HSL color Cylindrical-coordinate representation of color #06275E: hue angle of 217.5º 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 #06275E is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 39 | 94 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.63 |
| HSL | 217.5º | 0.88% | 0.2% | - |
| HSV(B) | 217.5º | 0.94% | 0.37% | - |
| XYZ | 2.82 | 2.3 | 10.88 | - |
| YUV | 35.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 94 | 0.94 | 0.59 | 0 | 0.63 | 217.5 | 0.88 | 0.2 |
| Hex | 6 | 27 | 5E | 5E | 3B | 0 | 3F | DA | 58 | 14 |
| Octal | 6 | 47 | 136 | 136 | 73 | 0 | 77 | 332 | 130 | 24 |
| Binary | 110 | 100111 | 1011110 | 1011110 | 111011 | 0 | 111111 | 11011010 | 1011000 | 10100 |
Color Harmonies of #06275E
Complementary color
Monochromatic Colors of #06275E
Black with #06275E
Text Example
Text Example
White with #06275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06275E; }
p { color: rgb(6,39,94); }
H1.HeaderClassName
{
color: #06275E;
}
.AnyTagClassName
{
color: #06275E;
}
</style>
background-color css
<style>
a { background-color: #06275E; }
a { background-color: rgb(6,39,94); }
div.DivClassName
{
background-color: #06275E;
}
.BgClassName
{
background-color: #06275E;
}
</style>
border-color css
<style>
span { border-color: #06275E; }
span { border-color: rgb(6,39,94); }
td.TdClassName
{
border-color: #06275E;
}
.TagClassName
{
border-color: #06275E;
}
</style>