Shades of Denim #206DBD
Tints of Denim #206DBD
RGB
CMYK
RGB Variations
Color information
#206DBD (or 0x206DBD) is known color: Denim. HEX triplet: 20, 6D and BD. RGB value is (32,109,189). Sum of RGB (Red+Green+Blue) = 32+109+189=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #206DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DBD is #DF9242. Grayscale: #5E5E5E. Windows color (decimal): -14651971 or 12414240. OLE color: 12414240.
HSL color Cylindrical-coordinate representation of color #206DBD: hue angle of 210.57º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206DBD is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 109 | 189 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.26 |
| HSL | 210.57º | 0.71% | 0.43% | - |
| HSV(B) | 210.57º | 0.83% | 0.74% | - |
| XYZ | 15.25 | 14.92 | 50.22 | - |
| YUV | 95.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 189 | 0.83 | 0.42 | 0 | 0.26 | 210.57 | 0.71 | 0.43 |
| Hex | 20 | 6D | BD | 53 | 2A | 0 | 1A | D3 | 47 | 2B |
| Octal | 40 | 155 | 275 | 123 | 52 | 0 | 32 | 323 | 107 | 53 |
| Binary | 100000 | 1101101 | 10111101 | 1010011 | 101010 | 0 | 11010 | 11010011 | 1000111 | 101011 |
Color Harmonies of #206DBD
Complementary color
Monochromatic Colors of #206DBD
Black with #206DBD
Text Example
Text Example
White with #206DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DBD; }
p { color: rgb(32,109,189); }
H1.HeaderClassName
{
color: #206DBD;
}
.AnyTagClassName
{
color: #206DBD;
}
</style>
background-color css
<style>
a { background-color: #206DBD; }
a { background-color: rgb(32,109,189); }
div.DivClassName
{
background-color: #206DBD;
}
.BgClassName
{
background-color: #206DBD;
}
</style>
border-color css
<style>
span { border-color: #206DBD; }
span { border-color: rgb(32,109,189); }
td.TdClassName
{
border-color: #206DBD;
}
.TagClassName
{
border-color: #206DBD;
}
</style>