Shades of Lochmara #17699C
Tints of Lochmara #17699C
RGB
CMYK
RGB Variations
Color information
#17699C (or 0x17699C) is known color: Lochmara. HEX triplet: 17, 69 and 9C. RGB value is (23,105,156). Sum of RGB (Red+Green+Blue) = 23+105+156=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #17699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17699C is #E89663. Grayscale: #565656. Windows color (decimal): -15242852 or 10250519. OLE color: 10250519.
HSL color Cylindrical-coordinate representation of color #17699C: hue angle of 203.01º 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 #17699C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 105 | 156 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.39 |
| HSL | 203.01º | 0.74% | 0.35% | - |
| HSV(B) | 203.01º | 0.85% | 0.61% | - |
| XYZ | 11.41 | 12.69 | 33.3 | - |
| YUV | 86.3 | 167.33 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 156 | 0.85 | 0.33 | 0 | 0.39 | 203.01 | 0.74 | 0.35 |
| Hex | 17 | 69 | 9C | 55 | 21 | 0 | 27 | CB | 4A | 23 |
| Octal | 27 | 151 | 234 | 125 | 41 | 0 | 47 | 313 | 112 | 43 |
| Binary | 10111 | 1101001 | 10011100 | 1010101 | 100001 | 0 | 100111 | 11001011 | 1001010 | 100011 |
Color Harmonies of #17699C
Complementary color
Monochromatic Colors of #17699C
Black with #17699C
Text Example
Text Example
White with #17699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17699C; }
p { color: rgb(23,105,156); }
H1.HeaderClassName
{
color: #17699C;
}
.AnyTagClassName
{
color: #17699C;
}
</style>
background-color css
<style>
a { background-color: #17699C; }
a { background-color: rgb(23,105,156); }
div.DivClassName
{
background-color: #17699C;
}
.BgClassName
{
background-color: #17699C;
}
</style>
border-color css
<style>
span { border-color: #17699C; }
span { border-color: rgb(23,105,156); }
td.TdClassName
{
border-color: #17699C;
}
.TagClassName
{
border-color: #17699C;
}
</style>