Shades of Denim #206CBC
Tints of Denim #206CBC
RGB
CMYK
RGB Variations
Color information
#206CBC (or 0x206CBC) is known color: Denim. HEX triplet: 20, 6C and BC. RGB value is (32,108,188). Sum of RGB (Red+Green+Blue) = 32+108+188=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #206CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CBC is #DF9343. Grayscale: #5E5E5E. Windows color (decimal): -14652228 or 12348448. OLE color: 12348448.
HSL color Cylindrical-coordinate representation of color #206CBC: hue angle of 210.77º 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 #206CBC is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 108 | 188 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.26 |
| HSL | 210.77º | 0.71% | 0.43% | - |
| HSV(B) | 210.77º | 0.83% | 0.74% | - |
| XYZ | 15.04 | 14.66 | 49.61 | - |
| YUV | 94.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 188 | 0.83 | 0.43 | 0 | 0.26 | 210.77 | 0.71 | 0.43 |
| Hex | 20 | 6C | BC | 53 | 2B | 0 | 1A | D3 | 47 | 2B |
| Octal | 40 | 154 | 274 | 123 | 53 | 0 | 32 | 323 | 107 | 53 |
| Binary | 100000 | 1101100 | 10111100 | 1010011 | 101011 | 0 | 11010 | 11010011 | 1000111 | 101011 |
Color Harmonies of #206CBC
Complementary color
Monochromatic Colors of #206CBC
Black with #206CBC
Text Example
Text Example
White with #206CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CBC; }
p { color: rgb(32,108,188); }
H1.HeaderClassName
{
color: #206CBC;
}
.AnyTagClassName
{
color: #206CBC;
}
</style>
background-color css
<style>
a { background-color: #206CBC; }
a { background-color: rgb(32,108,188); }
div.DivClassName
{
background-color: #206CBC;
}
.BgClassName
{
background-color: #206CBC;
}
</style>
border-color css
<style>
span { border-color: #206CBC; }
span { border-color: rgb(32,108,188); }
td.TdClassName
{
border-color: #206CBC;
}
.TagClassName
{
border-color: #206CBC;
}
</style>