Shades of Lochmara #246FA6
Tints of Lochmara #246FA6
RGB
CMYK
RGB Variations
Color information
#246FA6 (or 0x246FA6) is known color: Lochmara. HEX triplet: 24, 6F and A6. RGB value is (36,111,166). Sum of RGB (Red+Green+Blue) = 36+111+166=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #246FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FA6 is #DB9059. Grayscale: #5E5E5E. Windows color (decimal): -14389338 or 10907428. OLE color: 10907428.
HSL color Cylindrical-coordinate representation of color #246FA6: hue angle of 205.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246FA6 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 111 | 166 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.35 |
| HSL | 205.38º | 0.64% | 0.4% | - |
| HSV(B) | 205.38º | 0.78% | 0.65% | - |
| XYZ | 13.29 | 14.5 | 38.17 | - |
| YUV | 94.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 166 | 0.78 | 0.33 | 0 | 0.35 | 205.38 | 0.64 | 0.4 |
| Hex | 24 | 6F | A6 | 4E | 21 | 0 | 23 | CD | 40 | 28 |
| Octal | 44 | 157 | 246 | 116 | 41 | 0 | 43 | 315 | 100 | 50 |
| Binary | 100100 | 1101111 | 10100110 | 1001110 | 100001 | 0 | 100011 | 11001101 | 1000000 | 101000 |
Color Harmonies of #246FA6
Complementary color
Monochromatic Colors of #246FA6
Black with #246FA6
Text Example
Text Example
White with #246FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246FA6; }
p { color: rgb(36,111,166); }
H1.HeaderClassName
{
color: #246FA6;
}
.AnyTagClassName
{
color: #246FA6;
}
</style>
background-color css
<style>
a { background-color: #246FA6; }
a { background-color: rgb(36,111,166); }
div.DivClassName
{
background-color: #246FA6;
}
.BgClassName
{
background-color: #246FA6;
}
</style>
border-color css
<style>
span { border-color: #246FA6; }
span { border-color: rgb(36,111,166); }
td.TdClassName
{
border-color: #246FA6;
}
.TagClassName
{
border-color: #246FA6;
}
</style>