Shades of Lochmara #186FA6
Tints of Lochmara #186FA6
RGB
CMYK
RGB Variations
Color information
#186FA6 (or 0x186FA6) is known color: Lochmara. HEX triplet: 18, 6F and A6. RGB value is (24,111,166). Sum of RGB (Red+Green+Blue) = 24+111+166=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #186FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186FA6 is #E79059. Grayscale: #5A5A5A. Windows color (decimal): -15175770 or 10907416. OLE color: 10907416.
HSL color Cylindrical-coordinate representation of color #186FA6: hue angle of 203.24º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186FA6 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 111 | 166 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.35 |
| HSL | 203.24º | 0.75% | 0.37% | - |
| HSV(B) | 203.24º | 0.86% | 0.65% | - |
| XYZ | 12.94 | 14.32 | 38.16 | - |
| YUV | 91.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 166 | 0.86 | 0.33 | 0 | 0.35 | 203.24 | 0.75 | 0.37 |
| Hex | 18 | 6F | A6 | 56 | 21 | 0 | 23 | CB | 4B | 25 |
| Octal | 30 | 157 | 246 | 126 | 41 | 0 | 43 | 313 | 113 | 45 |
| Binary | 11000 | 1101111 | 10100110 | 1010110 | 100001 | 0 | 100011 | 11001011 | 1001011 | 100101 |
Color Harmonies of #186FA6
Complementary color
Monochromatic Colors of #186FA6
Black with #186FA6
Text Example
Text Example
White with #186FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FA6; }
p { color: rgb(24,111,166); }
H1.HeaderClassName
{
color: #186FA6;
}
.AnyTagClassName
{
color: #186FA6;
}
</style>
background-color css
<style>
a { background-color: #186FA6; }
a { background-color: rgb(24,111,166); }
div.DivClassName
{
background-color: #186FA6;
}
.BgClassName
{
background-color: #186FA6;
}
</style>
border-color css
<style>
span { border-color: #186FA6; }
span { border-color: rgb(24,111,166); }
td.TdClassName
{
border-color: #186FA6;
}
.TagClassName
{
border-color: #186FA6;
}
</style>