Shades of Denim #0659BE
Tints of Denim #0659BE
RGB
CMYK
RGB Variations
Color information
#0659BE (or 0x0659BE) is known color: Denim. HEX triplet: 06, 59 and BE. RGB value is (6,89,190). Sum of RGB (Red+Green+Blue) = 6+89+190=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #0659BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659BE is #F9A641. Grayscale: #4B4B4B. Windows color (decimal): -16361026 or 12474630. OLE color: 12474630.
HSL color Cylindrical-coordinate representation of color #0659BE: hue angle of 212.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659BE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 89 | 190 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.25 |
| HSL | 212.93º | 0.94% | 0.38% | - |
| HSV(B) | 212.93º | 0.97% | 0.75% | - |
| XYZ | 12.94 | 10.9 | 50.14 | - |
| YUV | 75.7 | 192.5 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 190 | 0.97 | 0.53 | 0 | 0.25 | 212.93 | 0.94 | 0.38 |
| Hex | 6 | 59 | BE | 61 | 35 | 0 | 19 | D5 | 5E | 26 |
| Octal | 6 | 131 | 276 | 141 | 65 | 0 | 31 | 325 | 136 | 46 |
| Binary | 110 | 1011001 | 10111110 | 1100001 | 110101 | 0 | 11001 | 11010101 | 1011110 | 100110 |
Color Harmonies of #0659BE
Complementary color
Monochromatic Colors of #0659BE
Black with #0659BE
Text Example
Text Example
White with #0659BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659BE; }
p { color: rgb(6,89,190); }
H1.HeaderClassName
{
color: #0659BE;
}
.AnyTagClassName
{
color: #0659BE;
}
</style>
background-color css
<style>
a { background-color: #0659BE; }
a { background-color: rgb(6,89,190); }
div.DivClassName
{
background-color: #0659BE;
}
.BgClassName
{
background-color: #0659BE;
}
</style>
border-color css
<style>
span { border-color: #0659BE; }
span { border-color: rgb(6,89,190); }
td.TdClassName
{
border-color: #0659BE;
}
.TagClassName
{
border-color: #0659BE;
}
</style>