Shades of Denim #0656BD
Tints of Denim #0656BD
RGB
CMYK
RGB Variations
Color information
#0656BD (or 0x0656BD) is known color: Denim. HEX triplet: 06, 56 and BD. RGB value is (6,86,189). Sum of RGB (Red+Green+Blue) = 6+86+189=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0656BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656BD is #F9A942. Grayscale: #494949. Windows color (decimal): -16361795 or 12408326. OLE color: 12408326.
HSL color Cylindrical-coordinate representation of color #0656BD: hue angle of 213.77º 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 #0656BD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 86 | 189 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.26 |
| HSL | 213.77º | 0.94% | 0.38% | - |
| HSV(B) | 213.77º | 0.97% | 0.74% | - |
| XYZ | 12.59 | 10.37 | 49.48 | - |
| YUV | 73.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 189 | 0.97 | 0.54 | 0 | 0.26 | 213.77 | 0.94 | 0.38 |
| Hex | 6 | 56 | BD | 61 | 36 | 0 | 1A | D6 | 5E | 26 |
| Octal | 6 | 126 | 275 | 141 | 66 | 0 | 32 | 326 | 136 | 46 |
| Binary | 110 | 1010110 | 10111101 | 1100001 | 110110 | 0 | 11010 | 11010110 | 1011110 | 100110 |
Color Harmonies of #0656BD
Complementary color
Monochromatic Colors of #0656BD
Black with #0656BD
Text Example
Text Example
White with #0656BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656BD; }
p { color: rgb(6,86,189); }
H1.HeaderClassName
{
color: #0656BD;
}
.AnyTagClassName
{
color: #0656BD;
}
</style>
background-color css
<style>
a { background-color: #0656BD; }
a { background-color: rgb(6,86,189); }
div.DivClassName
{
background-color: #0656BD;
}
.BgClassName
{
background-color: #0656BD;
}
</style>
border-color css
<style>
span { border-color: #0656BD; }
span { border-color: rgb(6,86,189); }
td.TdClassName
{
border-color: #0656BD;
}
.TagClassName
{
border-color: #0656BD;
}
</style>