Shades of Sapphire #06296C
Tints of Sapphire #06296C
RGB
CMYK
RGB Variations
Color information
#06296C (or 0x06296C) is known color: Sapphire. HEX triplet: 06, 29 and 6C. RGB value is (6,41,108). Sum of RGB (Red+Green+Blue) = 6+41+108=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #06296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06296C is #F9D693. Grayscale: #252525. Windows color (decimal): -16373396 or 7088390. OLE color: 7088390.
HSL color Cylindrical-coordinate representation of color #06296C: hue angle of 219.41º 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 #06296C is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 41 | 108 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.58 |
| HSL | 219.41º | 0.89% | 0.22% | - |
| HSV(B) | 219.41º | 0.94% | 0.42% | - |
| XYZ | 3.57 | 2.71 | 14.52 | - |
| YUV | 38.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 108 | 0.94 | 0.62 | 0 | 0.58 | 219.41 | 0.89 | 0.22 |
| Hex | 6 | 29 | 6C | 5E | 3E | 0 | 3A | DB | 59 | 16 |
| Octal | 6 | 51 | 154 | 136 | 76 | 0 | 72 | 333 | 131 | 26 |
| Binary | 110 | 101001 | 1101100 | 1011110 | 111110 | 0 | 111010 | 11011011 | 1011001 | 10110 |
Color Harmonies of #06296C
Complementary color
Monochromatic Colors of #06296C
Black with #06296C
Text Example
Text Example
White with #06296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06296C; }
p { color: rgb(6,41,108); }
H1.HeaderClassName
{
color: #06296C;
}
.AnyTagClassName
{
color: #06296C;
}
</style>
background-color css
<style>
a { background-color: #06296C; }
a { background-color: rgb(6,41,108); }
div.DivClassName
{
background-color: #06296C;
}
.BgClassName
{
background-color: #06296C;
}
</style>
border-color css
<style>
span { border-color: #06296C; }
span { border-color: rgb(6,41,108); }
td.TdClassName
{
border-color: #06296C;
}
.TagClassName
{
border-color: #06296C;
}
</style>