Shades of Denim #206CC2
Tints of Denim #206CC2
RGB
CMYK
RGB Variations
Color information
#206CC2 (or 0x206CC2) is known color: Denim. HEX triplet: 20, 6C and C2. RGB value is (32,108,194). Sum of RGB (Red+Green+Blue) = 32+108+194=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #206CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CC2 is #DF933D. Grayscale: #5E5E5E. Windows color (decimal): -14652222 or 12741664. OLE color: 12741664.
HSL color Cylindrical-coordinate representation of color #206CC2: hue angle of 211.85º 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 #206CC2 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 108 | 194 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.24 |
| HSL | 211.85º | 0.72% | 0.44% | - |
| HSV(B) | 211.85º | 0.84% | 0.76% | - |
| XYZ | 15.7 | 14.93 | 53.09 | - |
| YUV | 95.08 | 183.82 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 194 | 0.84 | 0.44 | 0 | 0.24 | 211.85 | 0.72 | 0.44 |
| Hex | 20 | 6C | C2 | 54 | 2C | 0 | 18 | D4 | 48 | 2C |
| Octal | 40 | 154 | 302 | 124 | 54 | 0 | 30 | 324 | 110 | 54 |
| Binary | 100000 | 1101100 | 11000010 | 1010100 | 101100 | 0 | 11000 | 11010100 | 1001000 | 101100 |
Color Harmonies of #206CC2
Complementary color
Monochromatic Colors of #206CC2
Black with #206CC2
Text Example
Text Example
White with #206CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CC2; }
p { color: rgb(32,108,194); }
H1.HeaderClassName
{
color: #206CC2;
}
.AnyTagClassName
{
color: #206CC2;
}
</style>
background-color css
<style>
a { background-color: #206CC2; }
a { background-color: rgb(32,108,194); }
div.DivClassName
{
background-color: #206CC2;
}
.BgClassName
{
background-color: #206CC2;
}
</style>
border-color css
<style>
span { border-color: #206CC2; }
span { border-color: rgb(32,108,194); }
td.TdClassName
{
border-color: #206CC2;
}
.TagClassName
{
border-color: #206CC2;
}
</style>