Shades of Sapphire #06275B
Tints of Sapphire #06275B
RGB
CMYK
RGB Variations
Color information
#06275B (or 0x06275B) is known color: Sapphire. HEX triplet: 06, 27 and 5B. RGB value is (6,39,91). Sum of RGB (Red+Green+Blue) = 6+39+91=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #06275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275B is #F9D8A4. Grayscale: #222222. Windows color (decimal): -16373925 or 5973766. OLE color: 5973766.
HSL color Cylindrical-coordinate representation of color #06275B: hue angle of 216.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06275B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 39 | 91 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.64 |
| HSL | 216.71º | 0.88% | 0.19% | - |
| HSV(B) | 216.71º | 0.93% | 0.36% | - |
| XYZ | 2.69 | 2.25 | 10.19 | - |
| YUV | 35.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 91 | 0.93 | 0.57 | 0 | 0.64 | 216.71 | 0.88 | 0.19 |
| Hex | 6 | 27 | 5B | 5D | 39 | 0 | 40 | D9 | 58 | 13 |
| Octal | 6 | 47 | 133 | 135 | 71 | 0 | 100 | 331 | 130 | 23 |
| Binary | 110 | 100111 | 1011011 | 1011101 | 111001 | 0 | 1000000 | 11011001 | 1011000 | 10011 |
Color Harmonies of #06275B
Complementary color
Monochromatic Colors of #06275B
Black with #06275B
Text Example
Text Example
White with #06275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06275B; }
p { color: rgb(6,39,91); }
H1.HeaderClassName
{
color: #06275B;
}
.AnyTagClassName
{
color: #06275B;
}
</style>
background-color css
<style>
a { background-color: #06275B; }
a { background-color: rgb(6,39,91); }
div.DivClassName
{
background-color: #06275B;
}
.BgClassName
{
background-color: #06275B;
}
</style>
border-color css
<style>
span { border-color: #06275B; }
span { border-color: rgb(6,39,91); }
td.TdClassName
{
border-color: #06275B;
}
.TagClassName
{
border-color: #06275B;
}
</style>