Shades of Slate Grey #617A94
Tints of Slate Grey #617A94
RGB
CMYK
RGB Variations
Color information
#617A94 (or 0x617A94) is known color: Slate Grey. HEX triplet: 61, 7A and 94. RGB value is (97,122,148). Sum of RGB (Red+Green+Blue) = 97+122+148=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #617A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A94 is #9E856B. Grayscale: #757575. Windows color (decimal): -10388844 or 9730657. OLE color: 9730657.
HSL color Cylindrical-coordinate representation of color #617A94: hue angle of 210.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617A94 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 122 | 148 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.42 |
| HSL | 210.59º | 0.21% | 0.48% | - |
| HSV(B) | 210.59º | 0.34% | 0.58% | - |
| XYZ | 17.23 | 18.6 | 30.7 | - |
| YUV | 117.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 148 | 0.34 | 0.18 | 0 | 0.42 | 210.59 | 0.21 | 0.48 |
| Hex | 61 | 7A | 94 | 22 | 12 | 0 | 2A | D3 | 15 | 30 |
| Octal | 141 | 172 | 224 | 42 | 22 | 0 | 52 | 323 | 25 | 60 |
| Binary | 1100001 | 1111010 | 10010100 | 100010 | 10010 | 0 | 101010 | 11010011 | 10101 | 110000 |
Color Harmonies of #617A94
Complementary color
Monochromatic Colors of #617A94
Black with #617A94
Text Example
Text Example
White with #617A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A94; }
p { color: rgb(97,122,148); }
H1.HeaderClassName
{
color: #617A94;
}
.AnyTagClassName
{
color: #617A94;
}
</style>
background-color css
<style>
a { background-color: #617A94; }
a { background-color: rgb(97,122,148); }
div.DivClassName
{
background-color: #617A94;
}
.BgClassName
{
background-color: #617A94;
}
</style>
border-color css
<style>
span { border-color: #617A94; }
span { border-color: rgb(97,122,148); }
td.TdClassName
{
border-color: #617A94;
}
.TagClassName
{
border-color: #617A94;
}
</style>