Shades of Sapphire #061567
Tints of Sapphire #061567
RGB
CMYK
RGB Variations
Color information
#061567 (or 0x061567) is known color: Sapphire. HEX triplet: 06, 15 and 67. RGB value is (6,21,103). Sum of RGB (Red+Green+Blue) = 6+21+103=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #061567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061567 is #F9EA98. Grayscale: #191919. Windows color (decimal): -16378521 or 6755590. OLE color: 6755590.
HSL color Cylindrical-coordinate representation of color #061567: hue angle of 230.72º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061567 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 21 | 103 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.60 |
| HSL | 230.72º | 0.89% | 0.21% | - |
| HSV(B) | 230.72º | 0.94% | 0.4% | - |
| XYZ | 2.79 | 1.55 | 12.98 | - |
| YUV | 25.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 103 | 0.94 | 0.80 | 0 | 0.60 | 230.72 | 0.89 | 0.21 |
| Hex | 6 | 15 | 67 | 5E | 50 | 0 | 3C | E7 | 59 | 15 |
| Octal | 6 | 25 | 147 | 136 | 120 | 0 | 74 | 347 | 131 | 25 |
| Binary | 110 | 10101 | 1100111 | 1011110 | 1010000 | 0 | 111100 | 11100111 | 1011001 | 10101 |
Color Harmonies of #061567
Complementary color
Monochromatic Colors of #061567
Black with #061567
Text Example
Text Example
White with #061567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061567; }
p { color: rgb(6,21,103); }
H1.HeaderClassName
{
color: #061567;
}
.AnyTagClassName
{
color: #061567;
}
</style>
background-color css
<style>
a { background-color: #061567; }
a { background-color: rgb(6,21,103); }
div.DivClassName
{
background-color: #061567;
}
.BgClassName
{
background-color: #061567;
}
</style>
border-color css
<style>
span { border-color: #061567; }
span { border-color: rgb(6,21,103); }
td.TdClassName
{
border-color: #061567;
}
.TagClassName
{
border-color: #061567;
}
</style>