Shades of Slate Grey #617D99
Tints of Slate Grey #617D99
RGB
CMYK
RGB Variations
Color information
#617D99 (or 0x617D99) is known color: Slate Grey. HEX triplet: 61, 7D and 99. RGB value is (97,125,153). Sum of RGB (Red+Green+Blue) = 97+125+153=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #617D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D99 is #9E8266. Grayscale: #777777. Windows color (decimal): -10388071 or 10059105. OLE color: 10059105.
HSL color Cylindrical-coordinate representation of color #617D99: hue angle of 210º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617D99 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 125 | 153 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.4 |
| HSL | 210º | 0.22% | 0.49% | - |
| HSV(B) | 210º | 0.37% | 0.6% | - |
| XYZ | 18.01 | 19.51 | 32.95 | - |
| YUV | 119.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 153 | 0.37 | 0.18 | 0 | 0.4 | 210 | 0.22 | 0.49 |
| Hex | 61 | 7D | 99 | 25 | 12 | 0 | 28 | D2 | 16 | 31 |
| Octal | 141 | 175 | 231 | 45 | 22 | 0 | 50 | 322 | 26 | 61 |
| Binary | 1100001 | 1111101 | 10011001 | 100101 | 10010 | 0 | 101000 | 11010010 | 10110 | 110001 |
Color Harmonies of #617D99
Complementary color
Monochromatic Colors of #617D99
Black with #617D99
Text Example
Text Example
White with #617D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D99; }
p { color: rgb(97,125,153); }
H1.HeaderClassName
{
color: #617D99;
}
.AnyTagClassName
{
color: #617D99;
}
</style>
background-color css
<style>
a { background-color: #617D99; }
a { background-color: rgb(97,125,153); }
div.DivClassName
{
background-color: #617D99;
}
.BgClassName
{
background-color: #617D99;
}
</style>
border-color css
<style>
span { border-color: #617D99; }
span { border-color: rgb(97,125,153); }
td.TdClassName
{
border-color: #617D99;
}
.TagClassName
{
border-color: #617D99;
}
</style>