Shades of Sapphire #061C69
Tints of Sapphire #061C69
RGB
CMYK
RGB Variations
Color information
#061C69 (or 0x061C69) is known color: Sapphire. HEX triplet: 06, 1C and 69. RGB value is (6,28,105). Sum of RGB (Red+Green+Blue) = 6+28+105=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #061C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C69 is #F9E396. Grayscale: #1D1D1D. Windows color (decimal): -16376727 or 6888454. OLE color: 6888454.
HSL color Cylindrical-coordinate representation of color #061C69: hue angle of 226.67º 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 #061C69 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 28 | 105 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.59 |
| HSL | 226.67º | 0.89% | 0.22% | - |
| HSV(B) | 226.67º | 0.94% | 0.41% | - |
| XYZ | 3.04 | 1.89 | 13.57 | - |
| YUV | 30.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 105 | 0.94 | 0.73 | 0 | 0.59 | 226.67 | 0.89 | 0.22 |
| Hex | 6 | 1C | 69 | 5E | 49 | 0 | 3B | E3 | 59 | 16 |
| Octal | 6 | 34 | 151 | 136 | 111 | 0 | 73 | 343 | 131 | 26 |
| Binary | 110 | 11100 | 1101001 | 1011110 | 1001001 | 0 | 111011 | 11100011 | 1011001 | 10110 |
Color Harmonies of #061C69
Complementary color
Monochromatic Colors of #061C69
Black with #061C69
Text Example
Text Example
White with #061C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C69; }
p { color: rgb(6,28,105); }
H1.HeaderClassName
{
color: #061C69;
}
.AnyTagClassName
{
color: #061C69;
}
</style>
background-color css
<style>
a { background-color: #061C69; }
a { background-color: rgb(6,28,105); }
div.DivClassName
{
background-color: #061C69;
}
.BgClassName
{
background-color: #061C69;
}
</style>
border-color css
<style>
span { border-color: #061C69; }
span { border-color: rgb(6,28,105); }
td.TdClassName
{
border-color: #061C69;
}
.TagClassName
{
border-color: #061C69;
}
</style>