Shades of Denim #0659B9
Tints of Denim #0659B9
RGB
CMYK
RGB Variations
Color information
#0659B9 (or 0x0659B9) is known color: Denim. HEX triplet: 06, 59 and B9. RGB value is (6,89,185). Sum of RGB (Red+Green+Blue) = 6+89+185=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #0659B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659B9 is #F9A646. Grayscale: #4A4A4A. Windows color (decimal): -16361031 or 12146950. OLE color: 12146950.
HSL color Cylindrical-coordinate representation of color #0659B9: hue angle of 212.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659B9 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 89 | 185 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.27 |
| HSL | 212.18º | 0.94% | 0.37% | - |
| HSV(B) | 212.18º | 0.97% | 0.73% | - |
| XYZ | 12.4 | 10.69 | 47.31 | - |
| YUV | 75.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 185 | 0.97 | 0.52 | 0 | 0.27 | 212.18 | 0.94 | 0.37 |
| Hex | 6 | 59 | B9 | 61 | 34 | 0 | 1B | D4 | 5E | 25 |
| Octal | 6 | 131 | 271 | 141 | 64 | 0 | 33 | 324 | 136 | 45 |
| Binary | 110 | 1011001 | 10111001 | 1100001 | 110100 | 0 | 11011 | 11010100 | 1011110 | 100101 |
Color Harmonies of #0659B9
Complementary color
Monochromatic Colors of #0659B9
Black with #0659B9
Text Example
Text Example
White with #0659B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659B9; }
p { color: rgb(6,89,185); }
H1.HeaderClassName
{
color: #0659B9;
}
.AnyTagClassName
{
color: #0659B9;
}
</style>
background-color css
<style>
a { background-color: #0659B9; }
a { background-color: rgb(6,89,185); }
div.DivClassName
{
background-color: #0659B9;
}
.BgClassName
{
background-color: #0659B9;
}
</style>
border-color css
<style>
span { border-color: #0659B9; }
span { border-color: rgb(6,89,185); }
td.TdClassName
{
border-color: #0659B9;
}
.TagClassName
{
border-color: #0659B9;
}
</style>