Shades of Kashmir Blue #617187
Tints of Kashmir Blue #617187
RGB
CMYK
RGB Variations
Color information
#617187 (or 0x617187) is known color: Kashmir Blue. HEX triplet: 61, 71 and 87. RGB value is (97,113,135). Sum of RGB (Red+Green+Blue) = 97+113+135=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #617187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617187 is #9E8E78. Grayscale: #6E6E6E. Windows color (decimal): -10391161 or 8876385. OLE color: 8876385.
HSL color Cylindrical-coordinate representation of color #617187: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617187 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 113 | 135 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.47 |
| HSL | 214.74º | 0.16% | 0.45% | - |
| HSV(B) | 214.74º | 0.28% | 0.53% | - |
| XYZ | 15.21 | 16.1 | 25.23 | - |
| YUV | 110.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 135 | 0.28 | 0.16 | 0 | 0.47 | 214.74 | 0.16 | 0.45 |
| Hex | 61 | 71 | 87 | 1C | 10 | 0 | 2F | D7 | 10 | 2D |
| Octal | 141 | 161 | 207 | 34 | 20 | 0 | 57 | 327 | 20 | 55 |
| Binary | 1100001 | 1110001 | 10000111 | 11100 | 10000 | 0 | 101111 | 11010111 | 10000 | 101101 |
Color Harmonies of #617187
Complementary color
Monochromatic Colors of #617187
Black with #617187
Text Example
Text Example
White with #617187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617187; }
p { color: rgb(97,113,135); }
H1.HeaderClassName
{
color: #617187;
}
.AnyTagClassName
{
color: #617187;
}
</style>
background-color css
<style>
a { background-color: #617187; }
a { background-color: rgb(97,113,135); }
div.DivClassName
{
background-color: #617187;
}
.BgClassName
{
background-color: #617187;
}
</style>
border-color css
<style>
span { border-color: #617187; }
span { border-color: rgb(97,113,135); }
td.TdClassName
{
border-color: #617187;
}
.TagClassName
{
border-color: #617187;
}
</style>