Shades of Denim #206DC2
Tints of Denim #206DC2
RGB
CMYK
RGB Variations
Color information
#206DC2 (or 0x206DC2) is known color: Denim. HEX triplet: 20, 6D and C2. RGB value is (32,109,194). Sum of RGB (Red+Green+Blue) = 32+109+194=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #206DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DC2 is #DF923D. Grayscale: #5F5F5F. Windows color (decimal): -14651966 or 12741920. OLE color: 12741920.
HSL color Cylindrical-coordinate representation of color #206DC2: hue angle of 211.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206DC2 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 109 | 194 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.24 |
| HSL | 211.48º | 0.72% | 0.44% | - |
| HSV(B) | 211.48º | 0.84% | 0.76% | - |
| XYZ | 15.8 | 15.14 | 53.13 | - |
| YUV | 95.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 194 | 0.84 | 0.44 | 0 | 0.24 | 211.48 | 0.72 | 0.44 |
| Hex | 20 | 6D | C2 | 54 | 2C | 0 | 18 | D3 | 48 | 2C |
| Octal | 40 | 155 | 302 | 124 | 54 | 0 | 30 | 323 | 110 | 54 |
| Binary | 100000 | 1101101 | 11000010 | 1010100 | 101100 | 0 | 11000 | 11010011 | 1001000 | 101100 |
Color Harmonies of #206DC2
Complementary color
Monochromatic Colors of #206DC2
Black with #206DC2
Text Example
Text Example
White with #206DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DC2; }
p { color: rgb(32,109,194); }
H1.HeaderClassName
{
color: #206DC2;
}
.AnyTagClassName
{
color: #206DC2;
}
</style>
background-color css
<style>
a { background-color: #206DC2; }
a { background-color: rgb(32,109,194); }
div.DivClassName
{
background-color: #206DC2;
}
.BgClassName
{
background-color: #206DC2;
}
</style>
border-color css
<style>
span { border-color: #206DC2; }
span { border-color: rgb(32,109,194); }
td.TdClassName
{
border-color: #206DC2;
}
.TagClassName
{
border-color: #206DC2;
}
</style>