Shades of Lochmara #27699B
Tints of Lochmara #27699B
RGB
CMYK
RGB Variations
Color information
#27699B (or 0x27699B) is known color: Lochmara. HEX triplet: 27, 69 and 9B. RGB value is (39,105,155). Sum of RGB (Red+Green+Blue) = 39+105+155=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #27699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27699B is #D89664. Grayscale: #5A5A5A. Windows color (decimal): -14194277 or 10184999. OLE color: 10184999.
HSL color Cylindrical-coordinate representation of color #27699B: hue angle of 205.86º 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 #27699B is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 105 | 155 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.39 |
| HSL | 205.86º | 0.6% | 0.38% | - |
| HSV(B) | 205.86º | 0.75% | 0.61% | - |
| XYZ | 11.8 | 12.9 | 32.88 | - |
| YUV | 90.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 155 | 0.75 | 0.32 | 0 | 0.39 | 205.86 | 0.6 | 0.38 |
| Hex | 27 | 69 | 9B | 4B | 20 | 0 | 27 | CE | 3C | 26 |
| Octal | 47 | 151 | 233 | 113 | 40 | 0 | 47 | 316 | 74 | 46 |
| Binary | 100111 | 1101001 | 10011011 | 1001011 | 100000 | 0 | 100111 | 11001110 | 111100 | 100110 |
Color Harmonies of #27699B
Complementary color
Monochromatic Colors of #27699B
Black with #27699B
Text Example
Text Example
White with #27699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27699B; }
p { color: rgb(39,105,155); }
H1.HeaderClassName
{
color: #27699B;
}
.AnyTagClassName
{
color: #27699B;
}
</style>
background-color css
<style>
a { background-color: #27699B; }
a { background-color: rgb(39,105,155); }
div.DivClassName
{
background-color: #27699B;
}
.BgClassName
{
background-color: #27699B;
}
</style>
border-color css
<style>
span { border-color: #27699B; }
span { border-color: rgb(39,105,155); }
td.TdClassName
{
border-color: #27699B;
}
.TagClassName
{
border-color: #27699B;
}
</style>