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