Shades of Lochmara #17689C
Tints of Lochmara #17689C
RGB
CMYK
RGB Variations
Color information
#17689C (or 0x17689C) is known color: Lochmara. HEX triplet: 17, 68 and 9C. RGB value is (23,104,156). Sum of RGB (Red+Green+Blue) = 23+104+156=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #17689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17689C is #E89763. Grayscale: #555555. Windows color (decimal): -15243108 or 10250263. OLE color: 10250263.
HSL color Cylindrical-coordinate representation of color #17689C: hue angle of 203.46º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17689C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 104 | 156 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.39 |
| HSL | 203.46º | 0.74% | 0.35% | - |
| HSV(B) | 203.46º | 0.85% | 0.61% | - |
| XYZ | 11.3 | 12.48 | 33.27 | - |
| YUV | 85.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 156 | 0.85 | 0.33 | 0 | 0.39 | 203.46 | 0.74 | 0.35 |
| Hex | 17 | 68 | 9C | 55 | 21 | 0 | 27 | CB | 4A | 23 |
| Octal | 27 | 150 | 234 | 125 | 41 | 0 | 47 | 313 | 112 | 43 |
| Binary | 10111 | 1101000 | 10011100 | 1010101 | 100001 | 0 | 100111 | 11001011 | 1001010 | 100011 |
Color Harmonies of #17689C
Complementary color
Monochromatic Colors of #17689C
Black with #17689C
Text Example
Text Example
White with #17689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17689C; }
p { color: rgb(23,104,156); }
H1.HeaderClassName
{
color: #17689C;
}
.AnyTagClassName
{
color: #17689C;
}
</style>
background-color css
<style>
a { background-color: #17689C; }
a { background-color: rgb(23,104,156); }
div.DivClassName
{
background-color: #17689C;
}
.BgClassName
{
background-color: #17689C;
}
</style>
border-color css
<style>
span { border-color: #17689C; }
span { border-color: rgb(23,104,156); }
td.TdClassName
{
border-color: #17689C;
}
.TagClassName
{
border-color: #17689C;
}
</style>