Shades of Slate Grey #677E97
Tints of Slate Grey #677E97
RGB
CMYK
RGB Variations
Color information
#677E97 (or 0x677E97) is known color: Slate Grey. HEX triplet: 67, 7E and 97. RGB value is (103,126,151). Sum of RGB (Red+Green+Blue) = 103+126+151=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #677E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E97 is #988168. Grayscale: #797979. Windows color (decimal): -9994601 or 9928295. OLE color: 9928295.
HSL color Cylindrical-coordinate representation of color #677E97: hue angle of 211.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677E97 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 126 | 151 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.41 |
| HSL | 211.25º | 0.19% | 0.5% | - |
| HSV(B) | 211.25º | 0.32% | 0.59% | - |
| XYZ | 18.64 | 20.04 | 32.16 | - |
| YUV | 121.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 151 | 0.32 | 0.17 | 0 | 0.41 | 211.25 | 0.19 | 0.5 |
| Hex | 67 | 7E | 97 | 20 | 11 | 0 | 29 | D3 | 13 | 32 |
| Octal | 147 | 176 | 227 | 40 | 21 | 0 | 51 | 323 | 23 | 62 |
| Binary | 1100111 | 1111110 | 10010111 | 100000 | 10001 | 0 | 101001 | 11010011 | 10011 | 110010 |
Color Harmonies of #677E97
Complementary color
Monochromatic Colors of #677E97
Black with #677E97
Text Example
Text Example
White with #677E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E97; }
p { color: rgb(103,126,151); }
H1.HeaderClassName
{
color: #677E97;
}
.AnyTagClassName
{
color: #677E97;
}
</style>
background-color css
<style>
a { background-color: #677E97; }
a { background-color: rgb(103,126,151); }
div.DivClassName
{
background-color: #677E97;
}
.BgClassName
{
background-color: #677E97;
}
</style>
border-color css
<style>
span { border-color: #677E97; }
span { border-color: rgb(103,126,151); }
td.TdClassName
{
border-color: #677E97;
}
.TagClassName
{
border-color: #677E97;
}
</style>