Shades of Sapphire #061D6C
Tints of Sapphire #061D6C
RGB
CMYK
RGB Variations
Color information
#061D6C (or 0x061D6C) is known color: Sapphire. HEX triplet: 06, 1D and 6C. RGB value is (6,29,108). Sum of RGB (Red+Green+Blue) = 6+29+108=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #061D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D6C is #F9E293. Grayscale: #1E1E1E. Windows color (decimal): -16376468 or 7085318. OLE color: 7085318.
HSL color Cylindrical-coordinate representation of color #061D6C: hue angle of 226.47º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D6C is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 29 | 108 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.58 |
| HSL | 226.47º | 0.89% | 0.22% | - |
| HSV(B) | 226.47º | 0.94% | 0.42% | - |
| XYZ | 3.22 | 2 | 14.4 | - |
| YUV | 31.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 108 | 0.94 | 0.73 | 0 | 0.58 | 226.47 | 0.89 | 0.22 |
| Hex | 6 | 1D | 6C | 5E | 49 | 0 | 3A | E2 | 59 | 16 |
| Octal | 6 | 35 | 154 | 136 | 111 | 0 | 72 | 342 | 131 | 26 |
| Binary | 110 | 11101 | 1101100 | 1011110 | 1001001 | 0 | 111010 | 11100010 | 1011001 | 10110 |
Color Harmonies of #061D6C
Complementary color
Monochromatic Colors of #061D6C
Black with #061D6C
Text Example
Text Example
White with #061D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D6C; }
p { color: rgb(6,29,108); }
H1.HeaderClassName
{
color: #061D6C;
}
.AnyTagClassName
{
color: #061D6C;
}
</style>
background-color css
<style>
a { background-color: #061D6C; }
a { background-color: rgb(6,29,108); }
div.DivClassName
{
background-color: #061D6C;
}
.BgClassName
{
background-color: #061D6C;
}
</style>
border-color css
<style>
span { border-color: #061D6C; }
span { border-color: rgb(6,29,108); }
td.TdClassName
{
border-color: #061D6C;
}
.TagClassName
{
border-color: #061D6C;
}
</style>