Shades of Lochmara #27669C
Tints of Lochmara #27669C
RGB
CMYK
RGB Variations
Color information
#27669C (or 0x27669C) is known color: Lochmara. HEX triplet: 27, 66 and 9C. RGB value is (39,102,156). Sum of RGB (Red+Green+Blue) = 39+102+156=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #27669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27669C is #D89963. Grayscale: #595959. Windows color (decimal): -14195044 or 10249767. OLE color: 10249767.
HSL color Cylindrical-coordinate representation of color #27669C: hue angle of 207.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27669C is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 102 | 156 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.39 |
| HSL | 207.69º | 0.6% | 0.38% | - |
| HSV(B) | 207.69º | 0.75% | 0.61% | - |
| XYZ | 11.59 | 12.33 | 33.22 | - |
| YUV | 89.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 156 | 0.75 | 0.35 | 0 | 0.39 | 207.69 | 0.6 | 0.38 |
| Hex | 27 | 66 | 9C | 4B | 23 | 0 | 27 | D0 | 3C | 26 |
| Octal | 47 | 146 | 234 | 113 | 43 | 0 | 47 | 320 | 74 | 46 |
| Binary | 100111 | 1100110 | 10011100 | 1001011 | 100011 | 0 | 100111 | 11010000 | 111100 | 100110 |
Color Harmonies of #27669C
Complementary color
Monochromatic Colors of #27669C
Black with #27669C
Text Example
Text Example
White with #27669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27669C; }
p { color: rgb(39,102,156); }
H1.HeaderClassName
{
color: #27669C;
}
.AnyTagClassName
{
color: #27669C;
}
</style>
background-color css
<style>
a { background-color: #27669C; }
a { background-color: rgb(39,102,156); }
div.DivClassName
{
background-color: #27669C;
}
.BgClassName
{
background-color: #27669C;
}
</style>
border-color css
<style>
span { border-color: #27669C; }
span { border-color: rgb(39,102,156); }
td.TdClassName
{
border-color: #27669C;
}
.TagClassName
{
border-color: #27669C;
}
</style>