Shades of Denim #0655BA
Tints of Denim #0655BA
RGB
CMYK
RGB Variations
Color information
#0655BA (or 0x0655BA) is known color: Denim. HEX triplet: 06, 55 and BA. RGB value is (6,85,186). Sum of RGB (Red+Green+Blue) = 6+85+186=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #0655BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655BA is #F9AA45. Grayscale: #484848. Windows color (decimal): -16362054 or 12211462. OLE color: 12211462.
HSL color Cylindrical-coordinate representation of color #0655BA: hue angle of 213.67º 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 #0655BA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 85 | 186 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.27 |
| HSL | 213.67º | 0.94% | 0.38% | - |
| HSV(B) | 213.67º | 0.97% | 0.73% | - |
| XYZ | 12.19 | 10.08 | 47.76 | - |
| YUV | 72.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 186 | 0.97 | 0.54 | 0 | 0.27 | 213.67 | 0.94 | 0.38 |
| Hex | 6 | 55 | BA | 61 | 36 | 0 | 1B | D6 | 5E | 26 |
| Octal | 6 | 125 | 272 | 141 | 66 | 0 | 33 | 326 | 136 | 46 |
| Binary | 110 | 1010101 | 10111010 | 1100001 | 110110 | 0 | 11011 | 11010110 | 1011110 | 100110 |
Color Harmonies of #0655BA
Complementary color
Monochromatic Colors of #0655BA
Black with #0655BA
Text Example
Text Example
White with #0655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655BA; }
p { color: rgb(6,85,186); }
H1.HeaderClassName
{
color: #0655BA;
}
.AnyTagClassName
{
color: #0655BA;
}
</style>
background-color css
<style>
a { background-color: #0655BA; }
a { background-color: rgb(6,85,186); }
div.DivClassName
{
background-color: #0655BA;
}
.BgClassName
{
background-color: #0655BA;
}
</style>
border-color css
<style>
span { border-color: #0655BA; }
span { border-color: rgb(6,85,186); }
td.TdClassName
{
border-color: #0655BA;
}
.TagClassName
{
border-color: #0655BA;
}
</style>