Shades of Denim #0653BC
Tints of Denim #0653BC
RGB
CMYK
RGB Variations
Color information
#0653BC (or 0x0653BC) is known color: Denim. HEX triplet: 06, 53 and BC. RGB value is (6,83,188). Sum of RGB (Red+Green+Blue) = 6+83+188=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0653BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653BC is #F9AC43. Grayscale: #474747. Windows color (decimal): -16362564 or 12342022. OLE color: 12342022.
HSL color Cylindrical-coordinate representation of color #0653BC: hue angle of 214.62º 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 #0653BC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 83 | 188 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.26 |
| HSL | 214.62º | 0.94% | 0.38% | - |
| HSV(B) | 214.62º | 0.97% | 0.74% | - |
| XYZ | 12.25 | 9.86 | 48.83 | - |
| YUV | 71.95 | 193.49 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 188 | 0.97 | 0.56 | 0 | 0.26 | 214.62 | 0.94 | 0.38 |
| Hex | 6 | 53 | BC | 61 | 38 | 0 | 1A | D7 | 5E | 26 |
| Octal | 6 | 123 | 274 | 141 | 70 | 0 | 32 | 327 | 136 | 46 |
| Binary | 110 | 1010011 | 10111100 | 1100001 | 111000 | 0 | 11010 | 11010111 | 1011110 | 100110 |
Color Harmonies of #0653BC
Complementary color
Monochromatic Colors of #0653BC
Black with #0653BC
Text Example
Text Example
White with #0653BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0653BC; }
p { color: rgb(6,83,188); }
H1.HeaderClassName
{
color: #0653BC;
}
.AnyTagClassName
{
color: #0653BC;
}
</style>
background-color css
<style>
a { background-color: #0653BC; }
a { background-color: rgb(6,83,188); }
div.DivClassName
{
background-color: #0653BC;
}
.BgClassName
{
background-color: #0653BC;
}
</style>
border-color css
<style>
span { border-color: #0653BC; }
span { border-color: rgb(6,83,188); }
td.TdClassName
{
border-color: #0653BC;
}
.TagClassName
{
border-color: #0653BC;
}
</style>