Shades of Denim #0656BC
Tints of Denim #0656BC
RGB
CMYK
RGB Variations
Color information
#0656BC (or 0x0656BC) is known color: Denim. HEX triplet: 06, 56 and BC. RGB value is (6,86,188). Sum of RGB (Red+Green+Blue) = 6+86+188=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #0656BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656BC is #F9A943. Grayscale: #494949. Windows color (decimal): -16361796 or 12342790. OLE color: 12342790.
HSL color Cylindrical-coordinate representation of color #0656BC: hue angle of 213.63º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656BC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 86 | 188 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.26 |
| HSL | 213.63º | 0.94% | 0.38% | - |
| HSV(B) | 213.63º | 0.97% | 0.74% | - |
| XYZ | 12.48 | 10.33 | 48.91 | - |
| YUV | 73.71 | 192.5 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 188 | 0.97 | 0.54 | 0 | 0.26 | 213.63 | 0.94 | 0.38 |
| Hex | 6 | 56 | BC | 61 | 36 | 0 | 1A | D6 | 5E | 26 |
| Octal | 6 | 126 | 274 | 141 | 66 | 0 | 32 | 326 | 136 | 46 |
| Binary | 110 | 1010110 | 10111100 | 1100001 | 110110 | 0 | 11010 | 11010110 | 1011110 | 100110 |
Color Harmonies of #0656BC
Complementary color
Monochromatic Colors of #0656BC
Black with #0656BC
Text Example
Text Example
White with #0656BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656BC; }
p { color: rgb(6,86,188); }
H1.HeaderClassName
{
color: #0656BC;
}
.AnyTagClassName
{
color: #0656BC;
}
</style>
background-color css
<style>
a { background-color: #0656BC; }
a { background-color: rgb(6,86,188); }
div.DivClassName
{
background-color: #0656BC;
}
.BgClassName
{
background-color: #0656BC;
}
</style>
border-color css
<style>
span { border-color: #0656BC; }
span { border-color: rgb(6,86,188); }
td.TdClassName
{
border-color: #0656BC;
}
.TagClassName
{
border-color: #0656BC;
}
</style>