Shades of Denim #186DC6
Tints of Denim #186DC6
RGB
CMYK
RGB Variations
Color information
#186DC6 (or 0x186DC6) is known color: Denim. HEX triplet: 18, 6D and C6. RGB value is (24,109,198). Sum of RGB (Red+Green+Blue) = 24+109+198=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 198 (77.73% from 255 or 59.82% from 331); Max value from RGB is 198 - color contains mainly: blue. Hex color #186DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DC6 is #E79239. Grayscale: #5D5D5D. Windows color (decimal): -15176250 or 13004056. OLE color: 13004056.
HSL color Cylindrical-coordinate representation of color #186DC6: hue angle of 210.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186DC6 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 109 | 198 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.22 |
| HSL | 210.69º | 0.78% | 0.44% | - |
| HSV(B) | 210.69º | 0.88% | 0.78% | - |
| XYZ | 16.04 | 15.21 | 55.52 | - |
| YUV | 93.73 | 186.84 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 198 | 0.88 | 0.45 | 0 | 0.22 | 210.69 | 0.78 | 0.44 |
| Hex | 18 | 6D | C6 | 58 | 2D | 0 | 16 | D3 | 4E | 2C |
| Octal | 30 | 155 | 306 | 130 | 55 | 0 | 26 | 323 | 116 | 54 |
| Binary | 11000 | 1101101 | 11000110 | 1011000 | 101101 | 0 | 10110 | 11010011 | 1001110 | 101100 |
Color Harmonies of #186DC6
Complementary color
Monochromatic Colors of #186DC6
Black with #186DC6
Text Example
Text Example
White with #186DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DC6; }
p { color: rgb(24,109,198); }
H1.HeaderClassName
{
color: #186DC6;
}
.AnyTagClassName
{
color: #186DC6;
}
</style>
background-color css
<style>
a { background-color: #186DC6; }
a { background-color: rgb(24,109,198); }
div.DivClassName
{
background-color: #186DC6;
}
.BgClassName
{
background-color: #186DC6;
}
</style>
border-color css
<style>
span { border-color: #186DC6; }
span { border-color: rgb(24,109,198); }
td.TdClassName
{
border-color: #186DC6;
}
.TagClassName
{
border-color: #186DC6;
}
</style>