Shades of Sapphire #061659
Tints of Sapphire #061659
RGB
CMYK
RGB Variations
Color information
#061659 (or 0x061659) is known color: Sapphire. HEX triplet: 06, 16 and 59. RGB value is (6,22,89). Sum of RGB (Red+Green+Blue) = 6+22+89=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #061659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061659 is #F9E9A6. Grayscale: #181818. Windows color (decimal): -16378279 or 5838342. OLE color: 5838342.
HSL color Cylindrical-coordinate representation of color #061659: hue angle of 228.43º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061659 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 22 | 89 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.65 |
| HSL | 228.43º | 0.87% | 0.19% | - |
| HSV(B) | 228.43º | 0.93% | 0.35% | - |
| XYZ | 2.17 | 1.33 | 9.59 | - |
| YUV | 24.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 89 | 0.93 | 0.75 | 0 | 0.65 | 228.43 | 0.87 | 0.19 |
| Hex | 6 | 16 | 59 | 5D | 4B | 0 | 41 | E4 | 57 | 13 |
| Octal | 6 | 26 | 131 | 135 | 113 | 0 | 101 | 344 | 127 | 23 |
| Binary | 110 | 10110 | 1011001 | 1011101 | 1001011 | 0 | 1000001 | 11100100 | 1010111 | 10011 |
Color Harmonies of #061659
Complementary color
Monochromatic Colors of #061659
Black with #061659
Text Example
Text Example
White with #061659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061659; }
p { color: rgb(6,22,89); }
H1.HeaderClassName
{
color: #061659;
}
.AnyTagClassName
{
color: #061659;
}
</style>
background-color css
<style>
a { background-color: #061659; }
a { background-color: rgb(6,22,89); }
div.DivClassName
{
background-color: #061659;
}
.BgClassName
{
background-color: #061659;
}
</style>
border-color css
<style>
span { border-color: #061659; }
span { border-color: rgb(6,22,89); }
td.TdClassName
{
border-color: #061659;
}
.TagClassName
{
border-color: #061659;
}
</style>