Shades of Denim #0659BB
Tints of Denim #0659BB
RGB
CMYK
RGB Variations
Color information
#0659BB (or 0x0659BB) is known color: Denim. HEX triplet: 06, 59 and BB. RGB value is (6,89,187). Sum of RGB (Red+Green+Blue) = 6+89+187=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #0659BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659BB is #F9A644. Grayscale: #4A4A4A. Windows color (decimal): -16361029 or 12278022. OLE color: 12278022.
HSL color Cylindrical-coordinate representation of color #0659BB: hue angle of 212.49º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659BB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 89 | 187 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.27 |
| HSL | 212.49º | 0.94% | 0.38% | - |
| HSV(B) | 212.49º | 0.97% | 0.73% | - |
| XYZ | 12.62 | 10.77 | 48.43 | - |
| YUV | 75.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 187 | 0.97 | 0.52 | 0 | 0.27 | 212.49 | 0.94 | 0.38 |
| Hex | 6 | 59 | BB | 61 | 34 | 0 | 1B | D4 | 5E | 26 |
| Octal | 6 | 131 | 273 | 141 | 64 | 0 | 33 | 324 | 136 | 46 |
| Binary | 110 | 1011001 | 10111011 | 1100001 | 110100 | 0 | 11011 | 11010100 | 1011110 | 100110 |
Color Harmonies of #0659BB
Complementary color
Monochromatic Colors of #0659BB
Black with #0659BB
Text Example
Text Example
White with #0659BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659BB; }
p { color: rgb(6,89,187); }
H1.HeaderClassName
{
color: #0659BB;
}
.AnyTagClassName
{
color: #0659BB;
}
</style>
background-color css
<style>
a { background-color: #0659BB; }
a { background-color: rgb(6,89,187); }
div.DivClassName
{
background-color: #0659BB;
}
.BgClassName
{
background-color: #0659BB;
}
</style>
border-color css
<style>
span { border-color: #0659BB; }
span { border-color: rgb(6,89,187); }
td.TdClassName
{
border-color: #0659BB;
}
.TagClassName
{
border-color: #0659BB;
}
</style>