Shades of Denim #206CD2
Tints of Denim #206CD2
RGB
CMYK
RGB Variations
Color information
#206CD2 (or 0x206CD2) is known color: Denim. HEX triplet: 20, 6C and D2. RGB value is (32,108,210). Sum of RGB (Red+Green+Blue) = 32+108+210=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #206CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CD2 is #DF932D. Grayscale: #606060. Windows color (decimal): -14652206 or 13790240. OLE color: 13790240.
HSL color Cylindrical-coordinate representation of color #206CD2: hue angle of 214.38º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206CD2 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 108 | 210 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.18 |
| HSL | 214.38º | 0.74% | 0.47% | - |
| HSV(B) | 214.38º | 0.85% | 0.82% | - |
| XYZ | 17.59 | 15.69 | 63.07 | - |
| YUV | 96.9 | 191.82 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 210 | 0.85 | 0.49 | 0 | 0.18 | 214.38 | 0.74 | 0.47 |
| Hex | 20 | 6C | D2 | 55 | 31 | 0 | 12 | D6 | 4A | 2F |
| Octal | 40 | 154 | 322 | 125 | 61 | 0 | 22 | 326 | 112 | 57 |
| Binary | 100000 | 1101100 | 11010010 | 1010101 | 110001 | 0 | 10010 | 11010110 | 1001010 | 101111 |
Color Harmonies of #206CD2
Complementary color
Monochromatic Colors of #206CD2
Black with #206CD2
Text Example
Text Example
White with #206CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CD2; }
p { color: rgb(32,108,210); }
H1.HeaderClassName
{
color: #206CD2;
}
.AnyTagClassName
{
color: #206CD2;
}
</style>
background-color css
<style>
a { background-color: #206CD2; }
a { background-color: rgb(32,108,210); }
div.DivClassName
{
background-color: #206CD2;
}
.BgClassName
{
background-color: #206CD2;
}
</style>
border-color css
<style>
span { border-color: #206CD2; }
span { border-color: rgb(32,108,210); }
td.TdClassName
{
border-color: #206CD2;
}
.TagClassName
{
border-color: #206CD2;
}
</style>