Shades of Denim #206CDC
Tints of Denim #206CDC
RGB
CMYK
RGB Variations
Color information
#206CDC (or 0x206CDC) is known color: Denim. HEX triplet: 20, 6C and DC. RGB value is (32,108,220). Sum of RGB (Red+Green+Blue) = 32+108+220=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #206CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CDC is #DF9323. Grayscale: #616161. Windows color (decimal): -14652196 or 14445600. OLE color: 14445600.
HSL color Cylindrical-coordinate representation of color #206CDC: hue angle of 215.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206CDC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 108 | 220 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.14 |
| HSL | 215.74º | 0.75% | 0.49% | - |
| HSV(B) | 215.74º | 0.85% | 0.86% | - |
| XYZ | 18.88 | 16.2 | 69.84 | - |
| YUV | 98.04 | 196.82 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 220 | 0.85 | 0.51 | 0 | 0.14 | 215.74 | 0.75 | 0.49 |
| Hex | 20 | 6C | DC | 55 | 33 | 0 | E | D8 | 4B | 31 |
| Octal | 40 | 154 | 334 | 125 | 63 | 0 | 16 | 330 | 113 | 61 |
| Binary | 100000 | 1101100 | 11011100 | 1010101 | 110011 | 0 | 1110 | 11011000 | 1001011 | 110001 |
Color Harmonies of #206CDC
Complementary color
Monochromatic Colors of #206CDC
Black with #206CDC
Text Example
Text Example
White with #206CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CDC; }
p { color: rgb(32,108,220); }
H1.HeaderClassName
{
color: #206CDC;
}
.AnyTagClassName
{
color: #206CDC;
}
</style>
background-color css
<style>
a { background-color: #206CDC; }
a { background-color: rgb(32,108,220); }
div.DivClassName
{
background-color: #206CDC;
}
.BgClassName
{
background-color: #206CDC;
}
</style>
border-color css
<style>
span { border-color: #206CDC; }
span { border-color: rgb(32,108,220); }
td.TdClassName
{
border-color: #206CDC;
}
.TagClassName
{
border-color: #206CDC;
}
</style>