Shades of Denim #206CC5
Tints of Denim #206CC5
RGB
CMYK
RGB Variations
Color information
#206CC5 (or 0x206CC5) is known color: Denim. HEX triplet: 20, 6C and C5. RGB value is (32,108,197). Sum of RGB (Red+Green+Blue) = 32+108+197=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #206CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CC5 is #DF933A. Grayscale: #5E5E5E. Windows color (decimal): -14652219 or 12938272. OLE color: 12938272.
HSL color Cylindrical-coordinate representation of color #206CC5: hue angle of 212.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206CC5 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 108 | 197 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.23 |
| HSL | 212.36º | 0.72% | 0.45% | - |
| HSV(B) | 212.36º | 0.84% | 0.77% | - |
| XYZ | 16.04 | 15.06 | 54.89 | - |
| YUV | 95.42 | 185.32 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 197 | 0.84 | 0.45 | 0 | 0.23 | 212.36 | 0.72 | 0.45 |
| Hex | 20 | 6C | C5 | 54 | 2D | 0 | 17 | D4 | 48 | 2D |
| Octal | 40 | 154 | 305 | 124 | 55 | 0 | 27 | 324 | 110 | 55 |
| Binary | 100000 | 1101100 | 11000101 | 1010100 | 101101 | 0 | 10111 | 11010100 | 1001000 | 101101 |
Color Harmonies of #206CC5
Complementary color
Monochromatic Colors of #206CC5
Black with #206CC5
Text Example
Text Example
White with #206CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CC5; }
p { color: rgb(32,108,197); }
H1.HeaderClassName
{
color: #206CC5;
}
.AnyTagClassName
{
color: #206CC5;
}
</style>
background-color css
<style>
a { background-color: #206CC5; }
a { background-color: rgb(32,108,197); }
div.DivClassName
{
background-color: #206CC5;
}
.BgClassName
{
background-color: #206CC5;
}
</style>
border-color css
<style>
span { border-color: #206CC5; }
span { border-color: rgb(32,108,197); }
td.TdClassName
{
border-color: #206CC5;
}
.TagClassName
{
border-color: #206CC5;
}
</style>