Shades of Slate Grey #677A8D
Tints of Slate Grey #677A8D
RGB
CMYK
RGB Variations
Color information
#677A8D (or 0x677A8D) is known color: Slate Grey. HEX triplet: 67, 7A and 8D. RGB value is (103,122,141). Sum of RGB (Red+Green+Blue) = 103+122+141=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #677A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A8D is #988572. Grayscale: #767676. Windows color (decimal): -9995635 or 9271911. OLE color: 9271911.
HSL color Cylindrical-coordinate representation of color #677A8D: hue angle of 210º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677A8D is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 122 | 141 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.45 |
| HSL | 210º | 0.16% | 0.48% | - |
| HSV(B) | 210º | 0.27% | 0.55% | - |
| XYZ | 17.36 | 18.73 | 27.9 | - |
| YUV | 118.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 141 | 0.27 | 0.13 | 0 | 0.45 | 210 | 0.16 | 0.48 |
| Hex | 67 | 7A | 8D | 1B | D | 0 | 2D | D2 | 10 | 30 |
| Octal | 147 | 172 | 215 | 33 | 15 | 0 | 55 | 322 | 20 | 60 |
| Binary | 1100111 | 1111010 | 10001101 | 11011 | 1101 | 0 | 101101 | 11010010 | 10000 | 110000 |
Color Harmonies of #677A8D
Complementary color
Monochromatic Colors of #677A8D
Black with #677A8D
Text Example
Text Example
White with #677A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A8D; }
p { color: rgb(103,122,141); }
H1.HeaderClassName
{
color: #677A8D;
}
.AnyTagClassName
{
color: #677A8D;
}
</style>
background-color css
<style>
a { background-color: #677A8D; }
a { background-color: rgb(103,122,141); }
div.DivClassName
{
background-color: #677A8D;
}
.BgClassName
{
background-color: #677A8D;
}
</style>
border-color css
<style>
span { border-color: #677A8D; }
span { border-color: rgb(103,122,141); }
td.TdClassName
{
border-color: #677A8D;
}
.TagClassName
{
border-color: #677A8D;
}
</style>