Shades of Sapphire #06276A
Tints of Sapphire #06276A
RGB
CMYK
RGB Variations
Color information
#06276A (or 0x06276A) is known color: Sapphire. HEX triplet: 06, 27 and 6A. RGB value is (6,39,106). Sum of RGB (Red+Green+Blue) = 6+39+106=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #06276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06276A is #F9D895. Grayscale: #242424. Windows color (decimal): -16373910 or 6956806. OLE color: 6956806.
HSL color Cylindrical-coordinate representation of color #06276A: hue angle of 220.2º 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 #06276A is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 39 | 106 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.58 |
| HSL | 220.2º | 0.89% | 0.22% | - |
| HSV(B) | 220.2º | 0.94% | 0.42% | - |
| XYZ | 3.4 | 2.53 | 13.94 | - |
| YUV | 36.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 106 | 0.94 | 0.63 | 0 | 0.58 | 220.2 | 0.89 | 0.22 |
| Hex | 6 | 27 | 6A | 5E | 3F | 0 | 3A | DC | 59 | 16 |
| Octal | 6 | 47 | 152 | 136 | 77 | 0 | 72 | 334 | 131 | 26 |
| Binary | 110 | 100111 | 1101010 | 1011110 | 111111 | 0 | 111010 | 11011100 | 1011001 | 10110 |
Color Harmonies of #06276A
Complementary color
Monochromatic Colors of #06276A
Black with #06276A
Text Example
Text Example
White with #06276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06276A; }
p { color: rgb(6,39,106); }
H1.HeaderClassName
{
color: #06276A;
}
.AnyTagClassName
{
color: #06276A;
}
</style>
background-color css
<style>
a { background-color: #06276A; }
a { background-color: rgb(6,39,106); }
div.DivClassName
{
background-color: #06276A;
}
.BgClassName
{
background-color: #06276A;
}
</style>
border-color css
<style>
span { border-color: #06276A; }
span { border-color: rgb(6,39,106); }
td.TdClassName
{
border-color: #06276A;
}
.TagClassName
{
border-color: #06276A;
}
</style>