Shades of Slate Grey #677E95
Tints of Slate Grey #677E95
RGB
CMYK
RGB Variations
Color information
#677E95 (or 0x677E95) is known color: Slate Grey. HEX triplet: 67, 7E and 95. RGB value is (103,126,149). Sum of RGB (Red+Green+Blue) = 103+126+149=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #677E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E95 is #98816A. Grayscale: #797979. Windows color (decimal): -9994603 or 9797223. OLE color: 9797223.
HSL color Cylindrical-coordinate representation of color #677E95: hue angle of 210º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #677E95 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 126 | 149 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.42 |
| HSL | 210º | 0.18% | 0.49% | - |
| HSV(B) | 210º | 0.31% | 0.58% | - |
| XYZ | 18.48 | 19.98 | 31.32 | - |
| YUV | 121.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 149 | 0.31 | 0.15 | 0 | 0.42 | 210 | 0.18 | 0.49 |
| Hex | 67 | 7E | 95 | 1F | F | 0 | 2A | D2 | 12 | 31 |
| Octal | 147 | 176 | 225 | 37 | 17 | 0 | 52 | 322 | 22 | 61 |
| Binary | 1100111 | 1111110 | 10010101 | 11111 | 1111 | 0 | 101010 | 11010010 | 10010 | 110001 |
Color Harmonies of #677E95
Complementary color
Monochromatic Colors of #677E95
Black with #677E95
Text Example
Text Example
White with #677E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E95; }
p { color: rgb(103,126,149); }
H1.HeaderClassName
{
color: #677E95;
}
.AnyTagClassName
{
color: #677E95;
}
</style>
background-color css
<style>
a { background-color: #677E95; }
a { background-color: rgb(103,126,149); }
div.DivClassName
{
background-color: #677E95;
}
.BgClassName
{
background-color: #677E95;
}
</style>
border-color css
<style>
span { border-color: #677E95; }
span { border-color: rgb(103,126,149); }
td.TdClassName
{
border-color: #677E95;
}
.TagClassName
{
border-color: #677E95;
}
</style>