Shades of Lochmara #176BA6
Tints of Lochmara #176BA6
RGB
CMYK
RGB Variations
Color information
#176BA6 (or 0x176BA6) is known color: Lochmara. HEX triplet: 17, 6B and A6. RGB value is (23,107,166). Sum of RGB (Red+Green+Blue) = 23+107+166=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #176BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176BA6 is #E89459. Grayscale: #585858. Windows color (decimal): -15242330 or 10906391. OLE color: 10906391.
HSL color Cylindrical-coordinate representation of color #176BA6: hue angle of 204.76º degrees, saturation: 0.76, 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 #176BA6 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 107 | 166 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.35 |
| HSL | 204.76º | 0.76% | 0.37% | - |
| HSV(B) | 204.76º | 0.86% | 0.65% | - |
| XYZ | 12.49 | 13.45 | 38.01 | - |
| YUV | 88.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 166 | 0.86 | 0.36 | 0 | 0.35 | 204.76 | 0.76 | 0.37 |
| Hex | 17 | 6B | A6 | 56 | 24 | 0 | 23 | CD | 4C | 25 |
| Octal | 27 | 153 | 246 | 126 | 44 | 0 | 43 | 315 | 114 | 45 |
| Binary | 10111 | 1101011 | 10100110 | 1010110 | 100100 | 0 | 100011 | 11001101 | 1001100 | 100101 |
Color Harmonies of #176BA6
Complementary color
Monochromatic Colors of #176BA6
Black with #176BA6
Text Example
Text Example
White with #176BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176BA6; }
p { color: rgb(23,107,166); }
H1.HeaderClassName
{
color: #176BA6;
}
.AnyTagClassName
{
color: #176BA6;
}
</style>
background-color css
<style>
a { background-color: #176BA6; }
a { background-color: rgb(23,107,166); }
div.DivClassName
{
background-color: #176BA6;
}
.BgClassName
{
background-color: #176BA6;
}
</style>
border-color css
<style>
span { border-color: #176BA6; }
span { border-color: rgb(23,107,166); }
td.TdClassName
{
border-color: #176BA6;
}
.TagClassName
{
border-color: #176BA6;
}
</style>