Shades of Slate Grey #677E93
Tints of Slate Grey #677E93
RGB
CMYK
RGB Variations
Color information
#677E93 (or 0x677E93) is known color: Slate Grey. HEX triplet: 67, 7E and 93. RGB value is (103,126,147). Sum of RGB (Red+Green+Blue) = 103+126+147=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #677E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E93 is #98816C. Grayscale: #797979. Windows color (decimal): -9994605 or 9666151. OLE color: 9666151.
HSL color Cylindrical-coordinate representation of color #677E93: hue angle of 208.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677E93 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 126 | 147 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.42 |
| HSL | 208.64º | 0.18% | 0.49% | - |
| HSV(B) | 208.64º | 0.3% | 0.58% | - |
| XYZ | 18.32 | 19.91 | 30.48 | - |
| YUV | 121.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 147 | 0.30 | 0.14 | 0 | 0.42 | 208.64 | 0.18 | 0.49 |
| Hex | 67 | 7E | 93 | 1E | E | 0 | 2A | D1 | 12 | 31 |
| Octal | 147 | 176 | 223 | 36 | 16 | 0 | 52 | 321 | 22 | 61 |
| Binary | 1100111 | 1111110 | 10010011 | 11110 | 1110 | 0 | 101010 | 11010001 | 10010 | 110001 |
Color Harmonies of #677E93
Complementary color
Monochromatic Colors of #677E93
Black with #677E93
Text Example
Text Example
White with #677E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E93; }
p { color: rgb(103,126,147); }
H1.HeaderClassName
{
color: #677E93;
}
.AnyTagClassName
{
color: #677E93;
}
</style>
background-color css
<style>
a { background-color: #677E93; }
a { background-color: rgb(103,126,147); }
div.DivClassName
{
background-color: #677E93;
}
.BgClassName
{
background-color: #677E93;
}
</style>
border-color css
<style>
span { border-color: #677E93; }
span { border-color: rgb(103,126,147); }
td.TdClassName
{
border-color: #677E93;
}
.TagClassName
{
border-color: #677E93;
}
</style>