Shades of Sapphire #061669
Tints of Sapphire #061669
RGB
CMYK
RGB Variations
Color information
#061669 (or 0x061669) is known color: Sapphire. HEX triplet: 06, 16 and 69. RGB value is (6,22,105). Sum of RGB (Red+Green+Blue) = 6+22+105=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #061669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061669 is #F9E996. Grayscale: #1A1A1A. Windows color (decimal): -16378263 or 6886918. OLE color: 6886918.
HSL color Cylindrical-coordinate representation of color #061669: hue angle of 230.3º 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 #061669 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 22 | 105 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.59 |
| HSL | 230.3º | 0.89% | 0.22% | - |
| HSV(B) | 230.3º | 0.94% | 0.41% | - |
| XYZ | 2.91 | 1.63 | 13.53 | - |
| YUV | 26.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 105 | 0.94 | 0.79 | 0 | 0.59 | 230.3 | 0.89 | 0.22 |
| Hex | 6 | 16 | 69 | 5E | 4F | 0 | 3B | E6 | 59 | 16 |
| Octal | 6 | 26 | 151 | 136 | 117 | 0 | 73 | 346 | 131 | 26 |
| Binary | 110 | 10110 | 1101001 | 1011110 | 1001111 | 0 | 111011 | 11100110 | 1011001 | 10110 |
Color Harmonies of #061669
Complementary color
Monochromatic Colors of #061669
Black with #061669
Text Example
Text Example
White with #061669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061669; }
p { color: rgb(6,22,105); }
H1.HeaderClassName
{
color: #061669;
}
.AnyTagClassName
{
color: #061669;
}
</style>
background-color css
<style>
a { background-color: #061669; }
a { background-color: rgb(6,22,105); }
div.DivClassName
{
background-color: #061669;
}
.BgClassName
{
background-color: #061669;
}
</style>
border-color css
<style>
span { border-color: #061669; }
span { border-color: rgb(6,22,105); }
td.TdClassName
{
border-color: #061669;
}
.TagClassName
{
border-color: #061669;
}
</style>