Shades of Denim #206BDB
Tints of Denim #206BDB
RGB
CMYK
RGB Variations
Color information
#206BDB (or 0x206BDB) is known color: Denim. HEX triplet: 20, 6B and DB. RGB value is (32,107,219). Sum of RGB (Red+Green+Blue) = 32+107+219=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #206BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BDB is #DF9424. Grayscale: #606060. Windows color (decimal): -14652453 or 14379808. OLE color: 14379808.
HSL color Cylindrical-coordinate representation of color #206BDB: hue angle of 215.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206BDB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 107 | 219 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.14 |
| HSL | 215.94º | 0.75% | 0.49% | - |
| HSV(B) | 215.94º | 0.85% | 0.86% | - |
| XYZ | 18.64 | 15.94 | 69.11 | - |
| YUV | 97.34 | 196.65 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 219 | 0.85 | 0.51 | 0 | 0.14 | 215.94 | 0.75 | 0.49 |
| Hex | 20 | 6B | DB | 55 | 33 | 0 | E | D8 | 4B | 31 |
| Octal | 40 | 153 | 333 | 125 | 63 | 0 | 16 | 330 | 113 | 61 |
| Binary | 100000 | 1101011 | 11011011 | 1010101 | 110011 | 0 | 1110 | 11011000 | 1001011 | 110001 |
Color Harmonies of #206BDB
Complementary color
Monochromatic Colors of #206BDB
Black with #206BDB
Text Example
Text Example
White with #206BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BDB; }
p { color: rgb(32,107,219); }
H1.HeaderClassName
{
color: #206BDB;
}
.AnyTagClassName
{
color: #206BDB;
}
</style>
background-color css
<style>
a { background-color: #206BDB; }
a { background-color: rgb(32,107,219); }
div.DivClassName
{
background-color: #206BDB;
}
.BgClassName
{
background-color: #206BDB;
}
</style>
border-color css
<style>
span { border-color: #206BDB; }
span { border-color: rgb(32,107,219); }
td.TdClassName
{
border-color: #206BDB;
}
.TagClassName
{
border-color: #206BDB;
}
</style>