Shades of Slate Grey #617E9C
Tints of Slate Grey #617E9C
RGB
CMYK
RGB Variations
Color information
#617E9C (or 0x617E9C) is known color: Slate Grey. HEX triplet: 61, 7E and 9C. RGB value is (97,126,156). Sum of RGB (Red+Green+Blue) = 97+126+156=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #617E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E9C is #9E8163. Grayscale: #787878. Windows color (decimal): -10387812 or 10255969. OLE color: 10255969.
HSL color Cylindrical-coordinate representation of color #617E9C: hue angle of 210.51º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #617E9C is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 126 | 156 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.39 |
| HSL | 210.51º | 0.23% | 0.5% | - |
| HSV(B) | 210.51º | 0.38% | 0.61% | - |
| XYZ | 18.39 | 19.86 | 34.32 | - |
| YUV | 120.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 156 | 0.38 | 0.19 | 0 | 0.39 | 210.51 | 0.23 | 0.5 |
| Hex | 61 | 7E | 9C | 26 | 13 | 0 | 27 | D3 | 17 | 32 |
| Octal | 141 | 176 | 234 | 46 | 23 | 0 | 47 | 323 | 27 | 62 |
| Binary | 1100001 | 1111110 | 10011100 | 100110 | 10011 | 0 | 100111 | 11010011 | 10111 | 110010 |
Color Harmonies of #617E9C
Complementary color
Monochromatic Colors of #617E9C
Black with #617E9C
Text Example
Text Example
White with #617E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E9C; }
p { color: rgb(97,126,156); }
H1.HeaderClassName
{
color: #617E9C;
}
.AnyTagClassName
{
color: #617E9C;
}
</style>
background-color css
<style>
a { background-color: #617E9C; }
a { background-color: rgb(97,126,156); }
div.DivClassName
{
background-color: #617E9C;
}
.BgClassName
{
background-color: #617E9C;
}
</style>
border-color css
<style>
span { border-color: #617E9C; }
span { border-color: rgb(97,126,156); }
td.TdClassName
{
border-color: #617E9C;
}
.TagClassName
{
border-color: #617E9C;
}
</style>