Shades of Lochmara #246B93
Tints of Lochmara #246B93
RGB
CMYK
RGB Variations
Color information
#246B93 (or 0x246B93) is known color: Lochmara. HEX triplet: 24, 6B and 93. RGB value is (36,107,147). Sum of RGB (Red+Green+Blue) = 36+107+147=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #246B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B93 is #DB946C. Grayscale: #5A5A5A. Windows color (decimal): -14390381 or 9661220. OLE color: 9661220.
HSL color Cylindrical-coordinate representation of color #246B93: hue angle of 201.62º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246B93 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 107 | 147 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.42 |
| HSL | 201.62º | 0.61% | 0.36% | - |
| HSV(B) | 201.62º | 0.76% | 0.58% | - |
| XYZ | 11.25 | 13 | 29.52 | - |
| YUV | 90.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 147 | 0.76 | 0.27 | 0 | 0.42 | 201.62 | 0.61 | 0.36 |
| Hex | 24 | 6B | 93 | 4C | 1B | 0 | 2A | CA | 3D | 24 |
| Octal | 44 | 153 | 223 | 114 | 33 | 0 | 52 | 312 | 75 | 44 |
| Binary | 100100 | 1101011 | 10010011 | 1001100 | 11011 | 0 | 101010 | 11001010 | 111101 | 100100 |
Color Harmonies of #246B93
Complementary color
Monochromatic Colors of #246B93
Black with #246B93
Text Example
Text Example
White with #246B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B93; }
p { color: rgb(36,107,147); }
H1.HeaderClassName
{
color: #246B93;
}
.AnyTagClassName
{
color: #246B93;
}
</style>
background-color css
<style>
a { background-color: #246B93; }
a { background-color: rgb(36,107,147); }
div.DivClassName
{
background-color: #246B93;
}
.BgClassName
{
background-color: #246B93;
}
</style>
border-color css
<style>
span { border-color: #246B93; }
span { border-color: rgb(36,107,147); }
td.TdClassName
{
border-color: #246B93;
}
.TagClassName
{
border-color: #246B93;
}
</style>