Shades of Denim #206ACC
Tints of Denim #206ACC
RGB
CMYK
RGB Variations
Color information
#206ACC (or 0x206ACC) is known color: Denim. HEX triplet: 20, 6A and CC. RGB value is (32,106,204). Sum of RGB (Red+Green+Blue) = 32+106+204=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #206ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206ACC is #DF9533. Grayscale: #5E5E5E. Windows color (decimal): -14652724 or 13396512. OLE color: 13396512.
HSL color Cylindrical-coordinate representation of color #206ACC: hue angle of 214.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206ACC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 106 | 204 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.2 |
| HSL | 214.19º | 0.73% | 0.46% | - |
| HSV(B) | 214.19º | 0.84% | 0.8% | - |
| XYZ | 16.65 | 14.97 | 59.14 | - |
| YUV | 95.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 204 | 0.84 | 0.48 | 0 | 0.2 | 214.19 | 0.73 | 0.46 |
| Hex | 20 | 6A | CC | 54 | 30 | 0 | 14 | D6 | 49 | 2E |
| Octal | 40 | 152 | 314 | 124 | 60 | 0 | 24 | 326 | 111 | 56 |
| Binary | 100000 | 1101010 | 11001100 | 1010100 | 110000 | 0 | 10100 | 11010110 | 1001001 | 101110 |
Color Harmonies of #206ACC
Complementary color
Monochromatic Colors of #206ACC
Black with #206ACC
Text Example
Text Example
White with #206ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206ACC; }
p { color: rgb(32,106,204); }
H1.HeaderClassName
{
color: #206ACC;
}
.AnyTagClassName
{
color: #206ACC;
}
</style>
background-color css
<style>
a { background-color: #206ACC; }
a { background-color: rgb(32,106,204); }
div.DivClassName
{
background-color: #206ACC;
}
.BgClassName
{
background-color: #206ACC;
}
</style>
border-color css
<style>
span { border-color: #206ACC; }
span { border-color: rgb(32,106,204); }
td.TdClassName
{
border-color: #206ACC;
}
.TagClassName
{
border-color: #206ACC;
}
</style>