Shades of Sapphire #061163
Tints of Sapphire #061163
RGB
CMYK
RGB Variations
Color information
#061163 (or 0x061163) is known color: Sapphire. HEX triplet: 06, 11 and 63. RGB value is (6,17,99). Sum of RGB (Red+Green+Blue) = 6+17+99=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #061163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061163 is #F9EE9C. Grayscale: #161616. Windows color (decimal): -16379549 or 6492422. OLE color: 6492422.
HSL color Cylindrical-coordinate representation of color #061163: hue angle of 232.9º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061163 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 17 | 99 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.61 |
| HSL | 232.9º | 0.89% | 0.21% | - |
| HSV(B) | 232.9º | 0.94% | 0.39% | - |
| XYZ | 2.53 | 1.34 | 11.93 | - |
| YUV | 23.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 99 | 0.94 | 0.83 | 0 | 0.61 | 232.9 | 0.89 | 0.21 |
| Hex | 6 | 11 | 63 | 5E | 53 | 0 | 3D | E9 | 59 | 15 |
| Octal | 6 | 21 | 143 | 136 | 123 | 0 | 75 | 351 | 131 | 25 |
| Binary | 110 | 10001 | 1100011 | 1011110 | 1010011 | 0 | 111101 | 11101001 | 1011001 | 10101 |
Color Harmonies of #061163
Complementary color
Monochromatic Colors of #061163
Black with #061163
Text Example
Text Example
White with #061163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061163; }
p { color: rgb(6,17,99); }
H1.HeaderClassName
{
color: #061163;
}
.AnyTagClassName
{
color: #061163;
}
</style>
background-color css
<style>
a { background-color: #061163; }
a { background-color: rgb(6,17,99); }
div.DivClassName
{
background-color: #061163;
}
.BgClassName
{
background-color: #061163;
}
</style>
border-color css
<style>
span { border-color: #061163; }
span { border-color: rgb(6,17,99); }
td.TdClassName
{
border-color: #061163;
}
.TagClassName
{
border-color: #061163;
}
</style>