Shades of Slate Grey #677A97
Tints of Slate Grey #677A97
RGB
CMYK
RGB Variations
Color information
#677A97 (or 0x677A97) is known color: Slate Grey. HEX triplet: 67, 7A and 97. RGB value is (103,122,151). Sum of RGB (Red+Green+Blue) = 103+122+151=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #677A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A97 is #988568. Grayscale: #777777. Windows color (decimal): -9995625 or 9927271. OLE color: 9927271.
HSL color Cylindrical-coordinate representation of color #677A97: hue angle of 216.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 #677A97 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 122 | 151 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.41 |
| HSL | 216.25º | 0.19% | 0.5% | - |
| HSV(B) | 216.25º | 0.32% | 0.59% | - |
| XYZ | 18.14 | 19.04 | 32 | - |
| YUV | 119.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 151 | 0.32 | 0.19 | 0 | 0.41 | 216.25 | 0.19 | 0.5 |
| Hex | 67 | 7A | 97 | 20 | 13 | 0 | 29 | D8 | 13 | 32 |
| Octal | 147 | 172 | 227 | 40 | 23 | 0 | 51 | 330 | 23 | 62 |
| Binary | 1100111 | 1111010 | 10010111 | 100000 | 10011 | 0 | 101001 | 11011000 | 10011 | 110010 |
Color Harmonies of #677A97
Complementary color
Monochromatic Colors of #677A97
Black with #677A97
Text Example
Text Example
White with #677A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A97; }
p { color: rgb(103,122,151); }
H1.HeaderClassName
{
color: #677A97;
}
.AnyTagClassName
{
color: #677A97;
}
</style>
background-color css
<style>
a { background-color: #677A97; }
a { background-color: rgb(103,122,151); }
div.DivClassName
{
background-color: #677A97;
}
.BgClassName
{
background-color: #677A97;
}
</style>
border-color css
<style>
span { border-color: #677A97; }
span { border-color: rgb(103,122,151); }
td.TdClassName
{
border-color: #677A97;
}
.TagClassName
{
border-color: #677A97;
}
</style>