Shades of Sapphire #061D63
Tints of Sapphire #061D63
RGB
CMYK
RGB Variations
Color information
#061D63 (or 0x061D63) is known color: Sapphire. HEX triplet: 06, 1D and 63. RGB value is (6,29,99). Sum of RGB (Red+Green+Blue) = 6+29+99=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #061D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D63 is #F9E29C. Grayscale: #1D1D1D. Windows color (decimal): -16376477 or 6495494. OLE color: 6495494.
HSL color Cylindrical-coordinate representation of color #061D63: hue angle of 225.16º 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 #061D63 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 29 | 99 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.61 |
| HSL | 225.16º | 0.89% | 0.21% | - |
| HSV(B) | 225.16º | 0.94% | 0.39% | - |
| XYZ | 2.77 | 1.82 | 12.01 | - |
| YUV | 30.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 99 | 0.94 | 0.71 | 0 | 0.61 | 225.16 | 0.89 | 0.21 |
| Hex | 6 | 1D | 63 | 5E | 47 | 0 | 3D | E1 | 59 | 15 |
| Octal | 6 | 35 | 143 | 136 | 107 | 0 | 75 | 341 | 131 | 25 |
| Binary | 110 | 11101 | 1100011 | 1011110 | 1000111 | 0 | 111101 | 11100001 | 1011001 | 10101 |
Color Harmonies of #061D63
Complementary color
Monochromatic Colors of #061D63
Black with #061D63
Text Example
Text Example
White with #061D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D63; }
p { color: rgb(6,29,99); }
H1.HeaderClassName
{
color: #061D63;
}
.AnyTagClassName
{
color: #061D63;
}
</style>
background-color css
<style>
a { background-color: #061D63; }
a { background-color: rgb(6,29,99); }
div.DivClassName
{
background-color: #061D63;
}
.BgClassName
{
background-color: #061D63;
}
</style>
border-color css
<style>
span { border-color: #061D63; }
span { border-color: rgb(6,29,99); }
td.TdClassName
{
border-color: #061D63;
}
.TagClassName
{
border-color: #061D63;
}
</style>