Shades of Sapphire #061551
Tints of Sapphire #061551
RGB
CMYK
RGB Variations
Color information
#061551 (or 0x061551) is known color: Sapphire. HEX triplet: 06, 15 and 51. RGB value is (6,21,81). Sum of RGB (Red+Green+Blue) = 6+21+81=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #061551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061551 is #F9EAAE. Grayscale: #171717. Windows color (decimal): -16378543 or 5313798. OLE color: 5313798.
HSL color Cylindrical-coordinate representation of color #061551: hue angle of 228º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061551 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 21 | 81 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.68 |
| HSL | 228º | 0.86% | 0.17% | - |
| HSV(B) | 228º | 0.93% | 0.32% | - |
| XYZ | 1.83 | 1.17 | 7.91 | - |
| YUV | 23.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 81 | 0.93 | 0.74 | 0 | 0.68 | 228 | 0.86 | 0.17 |
| Hex | 6 | 15 | 51 | 5D | 4A | 0 | 44 | E4 | 56 | 11 |
| Octal | 6 | 25 | 121 | 135 | 112 | 0 | 104 | 344 | 126 | 21 |
| Binary | 110 | 10101 | 1010001 | 1011101 | 1001010 | 0 | 1000100 | 11100100 | 1010110 | 10001 |
Color Harmonies of #061551
Complementary color
Monochromatic Colors of #061551
Black with #061551
Text Example
Text Example
White with #061551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061551; }
p { color: rgb(6,21,81); }
H1.HeaderClassName
{
color: #061551;
}
.AnyTagClassName
{
color: #061551;
}
</style>
background-color css
<style>
a { background-color: #061551; }
a { background-color: rgb(6,21,81); }
div.DivClassName
{
background-color: #061551;
}
.BgClassName
{
background-color: #061551;
}
</style>
border-color css
<style>
span { border-color: #061551; }
span { border-color: rgb(6,21,81); }
td.TdClassName
{
border-color: #061551;
}
.TagClassName
{
border-color: #061551;
}
</style>