Shades of Slate Grey #677E91
Tints of Slate Grey #677E91
RGB
CMYK
RGB Variations
Color information
#677E91 (or 0x677E91) is known color: Slate Grey. HEX triplet: 67, 7E and 91. RGB value is (103,126,145). Sum of RGB (Red+Green+Blue) = 103+126+145=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #677E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E91 is #98816E. Grayscale: #797979. Windows color (decimal): -9994607 or 9535079. OLE color: 9535079.
HSL color Cylindrical-coordinate representation of color #677E91: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677E91 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 126 | 145 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.43 |
| HSL | 207.14º | 0.17% | 0.49% | - |
| HSV(B) | 207.14º | 0.29% | 0.57% | - |
| XYZ | 18.17 | 19.85 | 29.66 | - |
| YUV | 121.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 145 | 0.29 | 0.13 | 0 | 0.43 | 207.14 | 0.17 | 0.49 |
| Hex | 67 | 7E | 91 | 1D | D | 0 | 2B | CF | 11 | 31 |
| Octal | 147 | 176 | 221 | 35 | 15 | 0 | 53 | 317 | 21 | 61 |
| Binary | 1100111 | 1111110 | 10010001 | 11101 | 1101 | 0 | 101011 | 11001111 | 10001 | 110001 |
Color Harmonies of #677E91
Complementary color
Monochromatic Colors of #677E91
Black with #677E91
Text Example
Text Example
White with #677E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E91; }
p { color: rgb(103,126,145); }
H1.HeaderClassName
{
color: #677E91;
}
.AnyTagClassName
{
color: #677E91;
}
</style>
background-color css
<style>
a { background-color: #677E91; }
a { background-color: rgb(103,126,145); }
div.DivClassName
{
background-color: #677E91;
}
.BgClassName
{
background-color: #677E91;
}
</style>
border-color css
<style>
span { border-color: #677E91; }
span { border-color: rgb(103,126,145); }
td.TdClassName
{
border-color: #677E91;
}
.TagClassName
{
border-color: #677E91;
}
</style>