Shades of Denim #206BD1
Tints of Denim #206BD1
RGB
CMYK
RGB Variations
Color information
#206BD1 (or 0x206BD1) is known color: Denim. HEX triplet: 20, 6B and D1. RGB value is (32,107,209). Sum of RGB (Red+Green+Blue) = 32+107+209=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #206BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BD1 is #DF942E. Grayscale: #5F5F5F. Windows color (decimal): -14652463 or 13724448. OLE color: 13724448.
HSL color Cylindrical-coordinate representation of color #206BD1: hue angle of 214.58º degrees, saturation: 0.73, 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 #206BD1 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 107 | 209 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.18 |
| HSL | 214.58º | 0.73% | 0.47% | - |
| HSV(B) | 214.58º | 0.85% | 0.82% | - |
| XYZ | 17.36 | 15.43 | 62.38 | - |
| YUV | 96.2 | 191.65 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 209 | 0.85 | 0.49 | 0 | 0.18 | 214.58 | 0.73 | 0.47 |
| Hex | 20 | 6B | D1 | 55 | 31 | 0 | 12 | D7 | 49 | 2F |
| Octal | 40 | 153 | 321 | 125 | 61 | 0 | 22 | 327 | 111 | 57 |
| Binary | 100000 | 1101011 | 11010001 | 1010101 | 110001 | 0 | 10010 | 11010111 | 1001001 | 101111 |
Color Harmonies of #206BD1
Complementary color
Monochromatic Colors of #206BD1
Black with #206BD1
Text Example
Text Example
White with #206BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BD1; }
p { color: rgb(32,107,209); }
H1.HeaderClassName
{
color: #206BD1;
}
.AnyTagClassName
{
color: #206BD1;
}
</style>
background-color css
<style>
a { background-color: #206BD1; }
a { background-color: rgb(32,107,209); }
div.DivClassName
{
background-color: #206BD1;
}
.BgClassName
{
background-color: #206BD1;
}
</style>
border-color css
<style>
span { border-color: #206BD1; }
span { border-color: rgb(32,107,209); }
td.TdClassName
{
border-color: #206BD1;
}
.TagClassName
{
border-color: #206BD1;
}
</style>