Shades of Sapphire #061E60
Tints of Sapphire #061E60
RGB
CMYK
RGB Variations
Color information
#061E60 (or 0x061E60) is known color: Sapphire. HEX triplet: 06, 1E and 60. RGB value is (6,30,96). Sum of RGB (Red+Green+Blue) = 6+30+96=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #061E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E60 is #F9E19F. Grayscale: #1E1E1E. Windows color (decimal): -16376224 or 6299142. OLE color: 6299142.
HSL color Cylindrical-coordinate representation of color #061E60: hue angle of 224º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061E60 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 30 | 96 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.62 |
| HSL | 224º | 0.88% | 0.2% | - |
| HSV(B) | 224º | 0.94% | 0.38% | - |
| XYZ | 2.65 | 1.81 | 11.28 | - |
| YUV | 30.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 96 | 0.94 | 0.69 | 0 | 0.62 | 224 | 0.88 | 0.2 |
| Hex | 6 | 1E | 60 | 5E | 45 | 0 | 3E | E0 | 58 | 14 |
| Octal | 6 | 36 | 140 | 136 | 105 | 0 | 76 | 340 | 130 | 24 |
| Binary | 110 | 11110 | 1100000 | 1011110 | 1000101 | 0 | 111110 | 11100000 | 1011000 | 10100 |
Color Harmonies of #061E60
Complementary color
Monochromatic Colors of #061E60
Black with #061E60
Text Example
Text Example
White with #061E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E60; }
p { color: rgb(6,30,96); }
H1.HeaderClassName
{
color: #061E60;
}
.AnyTagClassName
{
color: #061E60;
}
</style>
background-color css
<style>
a { background-color: #061E60; }
a { background-color: rgb(6,30,96); }
div.DivClassName
{
background-color: #061E60;
}
.BgClassName
{
background-color: #061E60;
}
</style>
border-color css
<style>
span { border-color: #061E60; }
span { border-color: rgb(6,30,96); }
td.TdClassName
{
border-color: #061E60;
}
.TagClassName
{
border-color: #061E60;
}
</style>