Shades of Lochmara #216FA6
Tints of Lochmara #216FA6
RGB
CMYK
RGB Variations
Color information
#216FA6 (or 0x216FA6) is known color: Lochmara. HEX triplet: 21, 6F and A6. RGB value is (33,111,166). Sum of RGB (Red+Green+Blue) = 33+111+166=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #216FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216FA6 is #DE9059. Grayscale: #5D5D5D. Windows color (decimal): -14585946 or 10907425. OLE color: 10907425.
HSL color Cylindrical-coordinate representation of color #216FA6: hue angle of 204.81º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #216FA6 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 111 | 166 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.35 |
| HSL | 204.81º | 0.67% | 0.39% | - |
| HSV(B) | 204.81º | 0.8% | 0.65% | - |
| XYZ | 13.19 | 14.45 | 38.17 | - |
| YUV | 93.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 166 | 0.80 | 0.33 | 0 | 0.35 | 204.81 | 0.67 | 0.39 |
| Hex | 21 | 6F | A6 | 50 | 21 | 0 | 23 | CD | 43 | 27 |
| Octal | 41 | 157 | 246 | 120 | 41 | 0 | 43 | 315 | 103 | 47 |
| Binary | 100001 | 1101111 | 10100110 | 1010000 | 100001 | 0 | 100011 | 11001101 | 1000011 | 100111 |
Color Harmonies of #216FA6
Complementary color
Monochromatic Colors of #216FA6
Black with #216FA6
Text Example
Text Example
White with #216FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FA6; }
p { color: rgb(33,111,166); }
H1.HeaderClassName
{
color: #216FA6;
}
.AnyTagClassName
{
color: #216FA6;
}
</style>
background-color css
<style>
a { background-color: #216FA6; }
a { background-color: rgb(33,111,166); }
div.DivClassName
{
background-color: #216FA6;
}
.BgClassName
{
background-color: #216FA6;
}
</style>
border-color css
<style>
span { border-color: #216FA6; }
span { border-color: rgb(33,111,166); }
td.TdClassName
{
border-color: #216FA6;
}
.TagClassName
{
border-color: #216FA6;
}
</style>