Shades of Denim #206DCF
Tints of Denim #206DCF
RGB
CMYK
RGB Variations
Color information
#206DCF (or 0x206DCF) is known color: Denim. HEX triplet: 20, 6D and CF. RGB value is (32,109,207). Sum of RGB (Red+Green+Blue) = 32+109+207=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #206DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DCF is #DF9230. Grayscale: #606060. Windows color (decimal): -14651953 or 13593888. OLE color: 13593888.
HSL color Cylindrical-coordinate representation of color #206DCF: hue angle of 213.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206DCF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 109 | 207 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.19 |
| HSL | 213.6º | 0.73% | 0.47% | - |
| HSV(B) | 213.6º | 0.85% | 0.81% | - |
| XYZ | 17.33 | 15.75 | 61.16 | - |
| YUV | 97.15 | 189.99 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 207 | 0.85 | 0.47 | 0 | 0.19 | 213.6 | 0.73 | 0.47 |
| Hex | 20 | 6D | CF | 55 | 2F | 0 | 13 | D6 | 49 | 2F |
| Octal | 40 | 155 | 317 | 125 | 57 | 0 | 23 | 326 | 111 | 57 |
| Binary | 100000 | 1101101 | 11001111 | 1010101 | 101111 | 0 | 10011 | 11010110 | 1001001 | 101111 |
Color Harmonies of #206DCF
Complementary color
Monochromatic Colors of #206DCF
Black with #206DCF
Text Example
Text Example
White with #206DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DCF; }
p { color: rgb(32,109,207); }
H1.HeaderClassName
{
color: #206DCF;
}
.AnyTagClassName
{
color: #206DCF;
}
</style>
background-color css
<style>
a { background-color: #206DCF; }
a { background-color: rgb(32,109,207); }
div.DivClassName
{
background-color: #206DCF;
}
.BgClassName
{
background-color: #206DCF;
}
</style>
border-color css
<style>
span { border-color: #206DCF; }
span { border-color: rgb(32,109,207); }
td.TdClassName
{
border-color: #206DCF;
}
.TagClassName
{
border-color: #206DCF;
}
</style>