Shades of Lochmara #27689C
Tints of Lochmara #27689C
RGB
CMYK
RGB Variations
Color information
#27689C (or 0x27689C) is known color: Lochmara. HEX triplet: 27, 68 and 9C. RGB value is (39,104,156). Sum of RGB (Red+Green+Blue) = 39+104+156=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #27689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27689C is #D89763. Grayscale: #5A5A5A. Windows color (decimal): -14194532 or 10250279. OLE color: 10250279.
HSL color Cylindrical-coordinate representation of color #27689C: hue angle of 206.67º 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 #27689C is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 104 | 156 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.39 |
| HSL | 206.67º | 0.6% | 0.38% | - |
| HSV(B) | 206.67º | 0.75% | 0.61% | - |
| XYZ | 11.79 | 12.73 | 33.29 | - |
| YUV | 90.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 156 | 0.75 | 0.33 | 0 | 0.39 | 206.67 | 0.6 | 0.38 |
| Hex | 27 | 68 | 9C | 4B | 21 | 0 | 27 | CF | 3C | 26 |
| Octal | 47 | 150 | 234 | 113 | 41 | 0 | 47 | 317 | 74 | 46 |
| Binary | 100111 | 1101000 | 10011100 | 1001011 | 100001 | 0 | 100111 | 11001111 | 111100 | 100110 |
Color Harmonies of #27689C
Complementary color
Monochromatic Colors of #27689C
Black with #27689C
Text Example
Text Example
White with #27689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27689C; }
p { color: rgb(39,104,156); }
H1.HeaderClassName
{
color: #27689C;
}
.AnyTagClassName
{
color: #27689C;
}
</style>
background-color css
<style>
a { background-color: #27689C; }
a { background-color: rgb(39,104,156); }
div.DivClassName
{
background-color: #27689C;
}
.BgClassName
{
background-color: #27689C;
}
</style>
border-color css
<style>
span { border-color: #27689C; }
span { border-color: rgb(39,104,156); }
td.TdClassName
{
border-color: #27689C;
}
.TagClassName
{
border-color: #27689C;
}
</style>