Shades of Denim #206BCD
Tints of Denim #206BCD
RGB
CMYK
RGB Variations
Color information
#206BCD (or 0x206BCD) is known color: Denim. HEX triplet: 20, 6B and CD. RGB value is (32,107,205). Sum of RGB (Red+Green+Blue) = 32+107+205=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #206BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BCD is #DF9432. Grayscale: #5F5F5F. Windows color (decimal): -14652467 or 13462304. OLE color: 13462304.
HSL color Cylindrical-coordinate representation of color #206BCD: hue angle of 213.99º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206BCD is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 107 | 205 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.20 |
| HSL | 213.99º | 0.73% | 0.46% | - |
| HSV(B) | 213.99º | 0.84% | 0.8% | - |
| XYZ | 16.87 | 15.23 | 59.81 | - |
| YUV | 95.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 205 | 0.84 | 0.48 | 0 | 0.20 | 213.99 | 0.73 | 0.46 |
| Hex | 20 | 6B | CD | 54 | 30 | 0 | 14 | D6 | 49 | 2E |
| Octal | 40 | 153 | 315 | 124 | 60 | 0 | 24 | 326 | 111 | 56 |
| Binary | 100000 | 1101011 | 11001101 | 1010100 | 110000 | 0 | 10100 | 11010110 | 1001001 | 101110 |
Color Harmonies of #206BCD
Complementary color
Monochromatic Colors of #206BCD
Black with #206BCD
Text Example
Text Example
White with #206BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BCD; }
p { color: rgb(32,107,205); }
H1.HeaderClassName
{
color: #206BCD;
}
.AnyTagClassName
{
color: #206BCD;
}
</style>
background-color css
<style>
a { background-color: #206BCD; }
a { background-color: rgb(32,107,205); }
div.DivClassName
{
background-color: #206BCD;
}
.BgClassName
{
background-color: #206BCD;
}
</style>
border-color css
<style>
span { border-color: #206BCD; }
span { border-color: rgb(32,107,205); }
td.TdClassName
{
border-color: #206BCD;
}
.TagClassName
{
border-color: #206BCD;
}
</style>