Shades of Sapphire #061653
Tints of Sapphire #061653
RGB
CMYK
RGB Variations
Color information
#061653 (or 0x061653) is known color: Sapphire. HEX triplet: 06, 16 and 53. RGB value is (6,22,83). Sum of RGB (Red+Green+Blue) = 6+22+83=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #061653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061653 is #F9E9AC. Grayscale: #171717. Windows color (decimal): -16378285 or 5445126. OLE color: 5445126.
HSL color Cylindrical-coordinate representation of color #061653: hue angle of 227.53º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061653 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 22 | 83 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.67 |
| HSL | 227.53º | 0.87% | 0.17% | - |
| HSV(B) | 227.53º | 0.93% | 0.33% | - |
| XYZ | 1.92 | 1.24 | 8.32 | - |
| YUV | 24.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 83 | 0.93 | 0.73 | 0 | 0.67 | 227.53 | 0.87 | 0.17 |
| Hex | 6 | 16 | 53 | 5D | 49 | 0 | 43 | E4 | 57 | 11 |
| Octal | 6 | 26 | 123 | 135 | 111 | 0 | 103 | 344 | 127 | 21 |
| Binary | 110 | 10110 | 1010011 | 1011101 | 1001001 | 0 | 1000011 | 11100100 | 1010111 | 10001 |
Color Harmonies of #061653
Complementary color
Monochromatic Colors of #061653
Black with #061653
Text Example
Text Example
White with #061653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061653; }
p { color: rgb(6,22,83); }
H1.HeaderClassName
{
color: #061653;
}
.AnyTagClassName
{
color: #061653;
}
</style>
background-color css
<style>
a { background-color: #061653; }
a { background-color: rgb(6,22,83); }
div.DivClassName
{
background-color: #061653;
}
.BgClassName
{
background-color: #061653;
}
</style>
border-color css
<style>
span { border-color: #061653; }
span { border-color: rgb(6,22,83); }
td.TdClassName
{
border-color: #061653;
}
.TagClassName
{
border-color: #061653;
}
</style>