Shades of Lochmara #17689A
Tints of Lochmara #17689A
RGB
CMYK
RGB Variations
Color information
#17689A (or 0x17689A) is known color: Lochmara. HEX triplet: 17, 68 and 9A. RGB value is (23,104,154). Sum of RGB (Red+Green+Blue) = 23+104+154=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #17689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17689A is #E89765. Grayscale: #555555. Windows color (decimal): -15243110 or 10119191. OLE color: 10119191.
HSL color Cylindrical-coordinate representation of color #17689A: hue angle of 202.9º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17689A is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 104 | 154 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.40 |
| HSL | 202.9º | 0.74% | 0.35% | - |
| HSV(B) | 202.9º | 0.85% | 0.6% | - |
| XYZ | 11.14 | 12.42 | 32.38 | - |
| YUV | 85.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 154 | 0.85 | 0.32 | 0 | 0.40 | 202.9 | 0.74 | 0.35 |
| Hex | 17 | 68 | 9A | 55 | 20 | 0 | 28 | CB | 4A | 23 |
| Octal | 27 | 150 | 232 | 125 | 40 | 0 | 50 | 313 | 112 | 43 |
| Binary | 10111 | 1101000 | 10011010 | 1010101 | 100000 | 0 | 101000 | 11001011 | 1001010 | 100011 |
Color Harmonies of #17689A
Complementary color
Monochromatic Colors of #17689A
Black with #17689A
Text Example
Text Example
White with #17689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17689A; }
p { color: rgb(23,104,154); }
H1.HeaderClassName
{
color: #17689A;
}
.AnyTagClassName
{
color: #17689A;
}
</style>
background-color css
<style>
a { background-color: #17689A; }
a { background-color: rgb(23,104,154); }
div.DivClassName
{
background-color: #17689A;
}
.BgClassName
{
background-color: #17689A;
}
</style>
border-color css
<style>
span { border-color: #17689A; }
span { border-color: rgb(23,104,154); }
td.TdClassName
{
border-color: #17689A;
}
.TagClassName
{
border-color: #17689A;
}
</style>