Shades of Denim #206DC6
Tints of Denim #206DC6
RGB
CMYK
RGB Variations
Color information
#206DC6 (or 0x206DC6) is known color: Denim. HEX triplet: 20, 6D and C6. RGB value is (32,109,198). Sum of RGB (Red+Green+Blue) = 32+109+198=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #206DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DC6 is #DF9239. Grayscale: #5F5F5F. Windows color (decimal): -14651962 or 13004064. OLE color: 13004064.
HSL color Cylindrical-coordinate representation of color #206DC6: hue angle of 212.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206DC6 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 109 | 198 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.22 |
| HSL | 212.17º | 0.72% | 0.45% | - |
| HSV(B) | 212.17º | 0.84% | 0.78% | - |
| XYZ | 16.26 | 15.32 | 55.53 | - |
| YUV | 96.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 198 | 0.84 | 0.45 | 0 | 0.22 | 212.17 | 0.72 | 0.45 |
| Hex | 20 | 6D | C6 | 54 | 2D | 0 | 16 | D4 | 48 | 2D |
| Octal | 40 | 155 | 306 | 124 | 55 | 0 | 26 | 324 | 110 | 55 |
| Binary | 100000 | 1101101 | 11000110 | 1010100 | 101101 | 0 | 10110 | 11010100 | 1001000 | 101101 |
Color Harmonies of #206DC6
Complementary color
Monochromatic Colors of #206DC6
Black with #206DC6
Text Example
Text Example
White with #206DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DC6; }
p { color: rgb(32,109,198); }
H1.HeaderClassName
{
color: #206DC6;
}
.AnyTagClassName
{
color: #206DC6;
}
</style>
background-color css
<style>
a { background-color: #206DC6; }
a { background-color: rgb(32,109,198); }
div.DivClassName
{
background-color: #206DC6;
}
.BgClassName
{
background-color: #206DC6;
}
</style>
border-color css
<style>
span { border-color: #206DC6; }
span { border-color: rgb(32,109,198); }
td.TdClassName
{
border-color: #206DC6;
}
.TagClassName
{
border-color: #206DC6;
}
</style>