Shades of Denim #116CC6
Tints of Denim #116CC6
RGB
CMYK
RGB Variations
Color information
#116CC6 (or 0x116CC6) is known color: Denim. HEX triplet: 11, 6C and C6. RGB value is (17,108,198). Sum of RGB (Red+Green+Blue) = 17+108+198=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #116CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CC6 is #EE9339. Grayscale: #5A5A5A. Windows color (decimal): -15635258 or 13003793. OLE color: 13003793.
HSL color Cylindrical-coordinate representation of color #116CC6: hue angle of 209.83º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116CC6 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 108 | 198 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.22 |
| HSL | 209.83º | 0.84% | 0.42% | - |
| HSV(B) | 209.83º | 0.91% | 0.78% | - |
| XYZ | 15.79 | 14.92 | 55.47 | - |
| YUV | 91.05 | 188.35 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 198 | 0.91 | 0.45 | 0 | 0.22 | 209.83 | 0.84 | 0.42 |
| Hex | 11 | 6C | C6 | 5B | 2D | 0 | 16 | D2 | 54 | 2A |
| Octal | 21 | 154 | 306 | 133 | 55 | 0 | 26 | 322 | 124 | 52 |
| Binary | 10001 | 1101100 | 11000110 | 1011011 | 101101 | 0 | 10110 | 11010010 | 1010100 | 101010 |
Color Harmonies of #116CC6
Complementary color
Monochromatic Colors of #116CC6
Black with #116CC6
Text Example
Text Example
White with #116CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CC6; }
p { color: rgb(17,108,198); }
H1.HeaderClassName
{
color: #116CC6;
}
.AnyTagClassName
{
color: #116CC6;
}
</style>
background-color css
<style>
a { background-color: #116CC6; }
a { background-color: rgb(17,108,198); }
div.DivClassName
{
background-color: #116CC6;
}
.BgClassName
{
background-color: #116CC6;
}
</style>
border-color css
<style>
span { border-color: #116CC6; }
span { border-color: rgb(17,108,198); }
td.TdClassName
{
border-color: #116CC6;
}
.TagClassName
{
border-color: #116CC6;
}
</style>