Shades of Sapphire #061D69
Tints of Sapphire #061D69
RGB
CMYK
RGB Variations
Color information
#061D69 (or 0x061D69) is known color: Sapphire. HEX triplet: 06, 1D and 69. RGB value is (6,29,105). Sum of RGB (Red+Green+Blue) = 6+29+105=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #061D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D69 is #F9E296. Grayscale: #1E1E1E. Windows color (decimal): -16376471 or 6888710. OLE color: 6888710.
HSL color Cylindrical-coordinate representation of color #061D69: hue angle of 226.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D69 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 29 | 105 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.59 |
| HSL | 226.06º | 0.89% | 0.22% | - |
| HSV(B) | 226.06º | 0.94% | 0.41% | - |
| XYZ | 3.06 | 1.94 | 13.58 | - |
| YUV | 30.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 105 | 0.94 | 0.72 | 0 | 0.59 | 226.06 | 0.89 | 0.22 |
| Hex | 6 | 1D | 69 | 5E | 48 | 0 | 3B | E2 | 59 | 16 |
| Octal | 6 | 35 | 151 | 136 | 110 | 0 | 73 | 342 | 131 | 26 |
| Binary | 110 | 11101 | 1101001 | 1011110 | 1001000 | 0 | 111011 | 11100010 | 1011001 | 10110 |
Color Harmonies of #061D69
Complementary color
Monochromatic Colors of #061D69
Black with #061D69
Text Example
Text Example
White with #061D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D69; }
p { color: rgb(6,29,105); }
H1.HeaderClassName
{
color: #061D69;
}
.AnyTagClassName
{
color: #061D69;
}
</style>
background-color css
<style>
a { background-color: #061D69; }
a { background-color: rgb(6,29,105); }
div.DivClassName
{
background-color: #061D69;
}
.BgClassName
{
background-color: #061D69;
}
</style>
border-color css
<style>
span { border-color: #061D69; }
span { border-color: rgb(6,29,105); }
td.TdClassName
{
border-color: #061D69;
}
.TagClassName
{
border-color: #061D69;
}
</style>