Shades of Denim #206BDC
Tints of Denim #206BDC
RGB
CMYK
RGB Variations
Color information
#206BDC (or 0x206BDC) is known color: Denim. HEX triplet: 20, 6B and DC. RGB value is (32,107,220). Sum of RGB (Red+Green+Blue) = 32+107+220=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #206BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BDC is #DF9423. Grayscale: #606060. Windows color (decimal): -14652452 or 14445344. OLE color: 14445344.
HSL color Cylindrical-coordinate representation of color #206BDC: hue angle of 216.06º 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 #206BDC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 107 | 220 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.14 |
| HSL | 216.06º | 0.75% | 0.49% | - |
| HSV(B) | 216.06º | 0.85% | 0.86% | - |
| XYZ | 18.77 | 15.99 | 69.81 | - |
| YUV | 97.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 220 | 0.85 | 0.51 | 0 | 0.14 | 216.06 | 0.75 | 0.49 |
| Hex | 20 | 6B | DC | 55 | 33 | 0 | E | D8 | 4B | 31 |
| Octal | 40 | 153 | 334 | 125 | 63 | 0 | 16 | 330 | 113 | 61 |
| Binary | 100000 | 1101011 | 11011100 | 1010101 | 110011 | 0 | 1110 | 11011000 | 1001011 | 110001 |
Color Harmonies of #206BDC
Complementary color
Monochromatic Colors of #206BDC
Black with #206BDC
Text Example
Text Example
White with #206BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BDC; }
p { color: rgb(32,107,220); }
H1.HeaderClassName
{
color: #206BDC;
}
.AnyTagClassName
{
color: #206BDC;
}
</style>
background-color css
<style>
a { background-color: #206BDC; }
a { background-color: rgb(32,107,220); }
div.DivClassName
{
background-color: #206BDC;
}
.BgClassName
{
background-color: #206BDC;
}
</style>
border-color css
<style>
span { border-color: #206BDC; }
span { border-color: rgb(32,107,220); }
td.TdClassName
{
border-color: #206BDC;
}
.TagClassName
{
border-color: #206BDC;
}
</style>