Shades of Slate Grey #677D9D
Tints of Slate Grey #677D9D
RGB
CMYK
RGB Variations
Color information
#677D9D (or 0x677D9D) is known color: Slate Grey. HEX triplet: 67, 7D and 9D. RGB value is (103,125,157). Sum of RGB (Red+Green+Blue) = 103+125+157=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #677D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D9D is #988262. Grayscale: #797979. Windows color (decimal): -9994851 or 10321255. OLE color: 10321255.
HSL color Cylindrical-coordinate representation of color #677D9D: hue angle of 215.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677D9D is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 125 | 157 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.38 |
| HSL | 215.56º | 0.22% | 0.51% | - |
| HSV(B) | 215.56º | 0.34% | 0.62% | - |
| XYZ | 19.01 | 19.99 | 34.75 | - |
| YUV | 122.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 157 | 0.34 | 0.20 | 0 | 0.38 | 215.56 | 0.22 | 0.51 |
| Hex | 67 | 7D | 9D | 22 | 14 | 0 | 26 | D8 | 16 | 33 |
| Octal | 147 | 175 | 235 | 42 | 24 | 0 | 46 | 330 | 26 | 63 |
| Binary | 1100111 | 1111101 | 10011101 | 100010 | 10100 | 0 | 100110 | 11011000 | 10110 | 110011 |
Color Harmonies of #677D9D
Complementary color
Monochromatic Colors of #677D9D
Black with #677D9D
Text Example
Text Example
White with #677D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D9D; }
p { color: rgb(103,125,157); }
H1.HeaderClassName
{
color: #677D9D;
}
.AnyTagClassName
{
color: #677D9D;
}
</style>
background-color css
<style>
a { background-color: #677D9D; }
a { background-color: rgb(103,125,157); }
div.DivClassName
{
background-color: #677D9D;
}
.BgClassName
{
background-color: #677D9D;
}
</style>
border-color css
<style>
span { border-color: #677D9D; }
span { border-color: rgb(103,125,157); }
td.TdClassName
{
border-color: #677D9D;
}
.TagClassName
{
border-color: #677D9D;
}
</style>