Shades of Slate Grey #677F9D
Tints of Slate Grey #677F9D
RGB
CMYK
RGB Variations
Color information
#677F9D (or 0x677F9D) is known color: Slate Grey. HEX triplet: 67, 7F and 9D. RGB value is (103,127,157). Sum of RGB (Red+Green+Blue) = 103+127+157=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #677F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F9D is #988062. Grayscale: #7B7B7B. Windows color (decimal): -9994339 or 10321767. OLE color: 10321767.
HSL color Cylindrical-coordinate representation of color #677F9D: hue angle of 213.33º 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 #677F9D is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 127 | 157 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.38 |
| HSL | 213.33º | 0.22% | 0.51% | - |
| HSV(B) | 213.33º | 0.34% | 0.62% | - |
| XYZ | 19.27 | 20.5 | 34.84 | - |
| YUV | 123.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 157 | 0.34 | 0.19 | 0 | 0.38 | 213.33 | 0.22 | 0.51 |
| Hex | 67 | 7F | 9D | 22 | 13 | 0 | 26 | D5 | 16 | 33 |
| Octal | 147 | 177 | 235 | 42 | 23 | 0 | 46 | 325 | 26 | 63 |
| Binary | 1100111 | 1111111 | 10011101 | 100010 | 10011 | 0 | 100110 | 11010101 | 10110 | 110011 |
Color Harmonies of #677F9D
Complementary color
Monochromatic Colors of #677F9D
Black with #677F9D
Text Example
Text Example
White with #677F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F9D; }
p { color: rgb(103,127,157); }
H1.HeaderClassName
{
color: #677F9D;
}
.AnyTagClassName
{
color: #677F9D;
}
</style>
background-color css
<style>
a { background-color: #677F9D; }
a { background-color: rgb(103,127,157); }
div.DivClassName
{
background-color: #677F9D;
}
.BgClassName
{
background-color: #677F9D;
}
</style>
border-color css
<style>
span { border-color: #677F9D; }
span { border-color: rgb(103,127,157); }
td.TdClassName
{
border-color: #677F9D;
}
.TagClassName
{
border-color: #677F9D;
}
</style>