Shades of Slate Grey #677B97
Tints of Slate Grey #677B97
RGB
CMYK
RGB Variations
Color information
#677B97 (or 0x677B97) is known color: Slate Grey. HEX triplet: 67, 7B and 97. RGB value is (103,123,151). Sum of RGB (Red+Green+Blue) = 103+123+151=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #677B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B97 is #988468. Grayscale: #787878. Windows color (decimal): -9995369 or 9927527. OLE color: 9927527.
HSL color Cylindrical-coordinate representation of color #677B97: hue angle of 215º 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 #677B97 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 123 | 151 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.41 |
| HSL | 215º | 0.19% | 0.5% | - |
| HSV(B) | 215º | 0.32% | 0.59% | - |
| XYZ | 18.26 | 19.28 | 32.04 | - |
| YUV | 120.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 151 | 0.32 | 0.19 | 0 | 0.41 | 215 | 0.19 | 0.5 |
| Hex | 67 | 7B | 97 | 20 | 13 | 0 | 29 | D7 | 13 | 32 |
| Octal | 147 | 173 | 227 | 40 | 23 | 0 | 51 | 327 | 23 | 62 |
| Binary | 1100111 | 1111011 | 10010111 | 100000 | 10011 | 0 | 101001 | 11010111 | 10011 | 110010 |
Color Harmonies of #677B97
Complementary color
Monochromatic Colors of #677B97
Black with #677B97
Text Example
Text Example
White with #677B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B97; }
p { color: rgb(103,123,151); }
H1.HeaderClassName
{
color: #677B97;
}
.AnyTagClassName
{
color: #677B97;
}
</style>
background-color css
<style>
a { background-color: #677B97; }
a { background-color: rgb(103,123,151); }
div.DivClassName
{
background-color: #677B97;
}
.BgClassName
{
background-color: #677B97;
}
</style>
border-color css
<style>
span { border-color: #677B97; }
span { border-color: rgb(103,123,151); }
td.TdClassName
{
border-color: #677B97;
}
.TagClassName
{
border-color: #677B97;
}
</style>