Shades of Denim #206BC0
Tints of Denim #206BC0
RGB
CMYK
RGB Variations
Color information
#206BC0 (or 0x206BC0) is known color: Denim. HEX triplet: 20, 6B and C0. RGB value is (32,107,192). Sum of RGB (Red+Green+Blue) = 32+107+192=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #206BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BC0 is #DF943F. Grayscale: #5D5D5D. Windows color (decimal): -14652480 or 12610336. OLE color: 12610336.
HSL color Cylindrical-coordinate representation of color #206BC0: hue angle of 211.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206BC0 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 107 | 192 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.25 |
| HSL | 211.88º | 0.71% | 0.44% | - |
| HSV(B) | 211.88º | 0.83% | 0.75% | - |
| XYZ | 15.37 | 14.63 | 51.88 | - |
| YUV | 94.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 192 | 0.83 | 0.44 | 0 | 0.25 | 211.88 | 0.71 | 0.44 |
| Hex | 20 | 6B | C0 | 53 | 2C | 0 | 19 | D4 | 47 | 2C |
| Octal | 40 | 153 | 300 | 123 | 54 | 0 | 31 | 324 | 107 | 54 |
| Binary | 100000 | 1101011 | 11000000 | 1010011 | 101100 | 0 | 11001 | 11010100 | 1000111 | 101100 |
Color Harmonies of #206BC0
Complementary color
Monochromatic Colors of #206BC0
Black with #206BC0
Text Example
Text Example
White with #206BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BC0; }
p { color: rgb(32,107,192); }
H1.HeaderClassName
{
color: #206BC0;
}
.AnyTagClassName
{
color: #206BC0;
}
</style>
background-color css
<style>
a { background-color: #206BC0; }
a { background-color: rgb(32,107,192); }
div.DivClassName
{
background-color: #206BC0;
}
.BgClassName
{
background-color: #206BC0;
}
</style>
border-color css
<style>
span { border-color: #206BC0; }
span { border-color: rgb(32,107,192); }
td.TdClassName
{
border-color: #206BC0;
}
.TagClassName
{
border-color: #206BC0;
}
</style>