Shades of Denim #206ADB
Tints of Denim #206ADB
RGB
CMYK
RGB Variations
Color information
#206ADB (or 0x206ADB) is known color: Denim. HEX triplet: 20, 6A and DB. RGB value is (32,106,219). Sum of RGB (Red+Green+Blue) = 32+106+219=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #206ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206ADB is #DF9524. Grayscale: #606060. Windows color (decimal): -14652709 or 14379552. OLE color: 14379552.
HSL color Cylindrical-coordinate representation of color #206ADB: hue angle of 216.26º 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 #206ADB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 106 | 219 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.14 |
| HSL | 216.26º | 0.75% | 0.49% | - |
| HSV(B) | 216.26º | 0.85% | 0.86% | - |
| XYZ | 18.54 | 15.73 | 69.08 | - |
| YUV | 96.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 219 | 0.85 | 0.52 | 0 | 0.14 | 216.26 | 0.75 | 0.49 |
| Hex | 20 | 6A | DB | 55 | 34 | 0 | E | D8 | 4B | 31 |
| Octal | 40 | 152 | 333 | 125 | 64 | 0 | 16 | 330 | 113 | 61 |
| Binary | 100000 | 1101010 | 11011011 | 1010101 | 110100 | 0 | 1110 | 11011000 | 1001011 | 110001 |
Color Harmonies of #206ADB
Complementary color
Monochromatic Colors of #206ADB
Black with #206ADB
Text Example
Text Example
White with #206ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206ADB; }
p { color: rgb(32,106,219); }
H1.HeaderClassName
{
color: #206ADB;
}
.AnyTagClassName
{
color: #206ADB;
}
</style>
background-color css
<style>
a { background-color: #206ADB; }
a { background-color: rgb(32,106,219); }
div.DivClassName
{
background-color: #206ADB;
}
.BgClassName
{
background-color: #206ADB;
}
</style>
border-color css
<style>
span { border-color: #206ADB; }
span { border-color: rgb(32,106,219); }
td.TdClassName
{
border-color: #206ADB;
}
.TagClassName
{
border-color: #206ADB;
}
</style>