Shades of Denim #0650C0
Tints of Denim #0650C0
RGB
CMYK
RGB Variations
Color information
#0650C0 (or 0x0650C0) is known color: Denim. HEX triplet: 06, 50 and C0. RGB value is (6,80,192). Sum of RGB (Red+Green+Blue) = 6+80+192=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #0650C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650C0 is #F9AF3F. Grayscale: #464646. Windows color (decimal): -16363328 or 12603398. OLE color: 12603398.
HSL color Cylindrical-coordinate representation of color #0650C0: hue angle of 216.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650C0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 80 | 192 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.25 |
| HSL | 216.13º | 0.94% | 0.39% | - |
| HSV(B) | 216.13º | 0.97% | 0.75% | - |
| XYZ | 12.46 | 9.58 | 51.06 | - |
| YUV | 70.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 192 | 0.97 | 0.58 | 0 | 0.25 | 216.13 | 0.94 | 0.39 |
| Hex | 6 | 50 | C0 | 61 | 3A | 0 | 19 | D8 | 5E | 27 |
| Octal | 6 | 120 | 300 | 141 | 72 | 0 | 31 | 330 | 136 | 47 |
| Binary | 110 | 1010000 | 11000000 | 1100001 | 111010 | 0 | 11001 | 11011000 | 1011110 | 100111 |
Color Harmonies of #0650C0
Complementary color
Monochromatic Colors of #0650C0
Black with #0650C0
Text Example
Text Example
White with #0650C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650C0; }
p { color: rgb(6,80,192); }
H1.HeaderClassName
{
color: #0650C0;
}
.AnyTagClassName
{
color: #0650C0;
}
</style>
background-color css
<style>
a { background-color: #0650C0; }
a { background-color: rgb(6,80,192); }
div.DivClassName
{
background-color: #0650C0;
}
.BgClassName
{
background-color: #0650C0;
}
</style>
border-color css
<style>
span { border-color: #0650C0; }
span { border-color: rgb(6,80,192); }
td.TdClassName
{
border-color: #0650C0;
}
.TagClassName
{
border-color: #0650C0;
}
</style>