Shades of Slate Grey #617E9B
Tints of Slate Grey #617E9B
RGB
CMYK
RGB Variations
Color information
#617E9B (or 0x617E9B) is known color: Slate Grey. HEX triplet: 61, 7E and 9B. RGB value is (97,126,155). Sum of RGB (Red+Green+Blue) = 97+126+155=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #617E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E9B is #9E8164. Grayscale: #787878. Windows color (decimal): -10387813 or 10190433. OLE color: 10190433.
HSL color Cylindrical-coordinate representation of color #617E9B: hue angle of 210º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617E9B is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 126 | 155 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.39 |
| HSL | 210º | 0.23% | 0.49% | - |
| HSV(B) | 210º | 0.37% | 0.61% | - |
| XYZ | 18.31 | 19.83 | 33.87 | - |
| YUV | 120.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 155 | 0.37 | 0.19 | 0 | 0.39 | 210 | 0.23 | 0.49 |
| Hex | 61 | 7E | 9B | 25 | 13 | 0 | 27 | D2 | 17 | 31 |
| Octal | 141 | 176 | 233 | 45 | 23 | 0 | 47 | 322 | 27 | 61 |
| Binary | 1100001 | 1111110 | 10011011 | 100101 | 10011 | 0 | 100111 | 11010010 | 10111 | 110001 |
Color Harmonies of #617E9B
Complementary color
Monochromatic Colors of #617E9B
Black with #617E9B
Text Example
Text Example
White with #617E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E9B; }
p { color: rgb(97,126,155); }
H1.HeaderClassName
{
color: #617E9B;
}
.AnyTagClassName
{
color: #617E9B;
}
</style>
background-color css
<style>
a { background-color: #617E9B; }
a { background-color: rgb(97,126,155); }
div.DivClassName
{
background-color: #617E9B;
}
.BgClassName
{
background-color: #617E9B;
}
</style>
border-color css
<style>
span { border-color: #617E9B; }
span { border-color: rgb(97,126,155); }
td.TdClassName
{
border-color: #617E9B;
}
.TagClassName
{
border-color: #617E9B;
}
</style>