Shades of Denim #206DC0
Tints of Denim #206DC0
RGB
CMYK
RGB Variations
Color information
#206DC0 (or 0x206DC0) is known color: Denim. HEX triplet: 20, 6D and C0. RGB value is (32,109,192). Sum of RGB (Red+Green+Blue) = 32+109+192=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #206DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DC0 is #DF923F. Grayscale: #5F5F5F. Windows color (decimal): -14651968 or 12610848. OLE color: 12610848.
HSL color Cylindrical-coordinate representation of color #206DC0: hue angle of 211.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206DC0 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 109 | 192 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.25 |
| HSL | 211.13º | 0.71% | 0.44% | - |
| HSV(B) | 211.13º | 0.83% | 0.75% | - |
| XYZ | 15.58 | 15.05 | 51.95 | - |
| YUV | 95.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 192 | 0.83 | 0.43 | 0 | 0.25 | 211.13 | 0.71 | 0.44 |
| Hex | 20 | 6D | C0 | 53 | 2B | 0 | 19 | D3 | 47 | 2C |
| Octal | 40 | 155 | 300 | 123 | 53 | 0 | 31 | 323 | 107 | 54 |
| Binary | 100000 | 1101101 | 11000000 | 1010011 | 101011 | 0 | 11001 | 11010011 | 1000111 | 101100 |
Color Harmonies of #206DC0
Complementary color
Monochromatic Colors of #206DC0
Black with #206DC0
Text Example
Text Example
White with #206DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DC0; }
p { color: rgb(32,109,192); }
H1.HeaderClassName
{
color: #206DC0;
}
.AnyTagClassName
{
color: #206DC0;
}
</style>
background-color css
<style>
a { background-color: #206DC0; }
a { background-color: rgb(32,109,192); }
div.DivClassName
{
background-color: #206DC0;
}
.BgClassName
{
background-color: #206DC0;
}
</style>
border-color css
<style>
span { border-color: #206DC0; }
span { border-color: rgb(32,109,192); }
td.TdClassName
{
border-color: #206DC0;
}
.TagClassName
{
border-color: #206DC0;
}
</style>