Shades of Slate Grey #677A94
Tints of Slate Grey #677A94
RGB
CMYK
RGB Variations
Color information
#677A94 (or 0x677A94) is known color: Slate Grey. HEX triplet: 67, 7A and 94. RGB value is (103,122,148). Sum of RGB (Red+Green+Blue) = 103+122+148=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #677A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A94 is #98856B. Grayscale: #777777. Windows color (decimal): -9995628 or 9730663. OLE color: 9730663.
HSL color Cylindrical-coordinate representation of color #677A94: hue angle of 214.67º 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 #677A94 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 122 | 148 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.42 |
| HSL | 214.67º | 0.18% | 0.49% | - |
| HSV(B) | 214.67º | 0.3% | 0.58% | - |
| XYZ | 17.9 | 18.94 | 30.73 | - |
| YUV | 119.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 148 | 0.30 | 0.18 | 0 | 0.42 | 214.67 | 0.18 | 0.49 |
| Hex | 67 | 7A | 94 | 1E | 12 | 0 | 2A | D7 | 12 | 31 |
| Octal | 147 | 172 | 224 | 36 | 22 | 0 | 52 | 327 | 22 | 61 |
| Binary | 1100111 | 1111010 | 10010100 | 11110 | 10010 | 0 | 101010 | 11010111 | 10010 | 110001 |
Color Harmonies of #677A94
Complementary color
Monochromatic Colors of #677A94
Black with #677A94
Text Example
Text Example
White with #677A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A94; }
p { color: rgb(103,122,148); }
H1.HeaderClassName
{
color: #677A94;
}
.AnyTagClassName
{
color: #677A94;
}
</style>
background-color css
<style>
a { background-color: #677A94; }
a { background-color: rgb(103,122,148); }
div.DivClassName
{
background-color: #677A94;
}
.BgClassName
{
background-color: #677A94;
}
</style>
border-color css
<style>
span { border-color: #677A94; }
span { border-color: rgb(103,122,148); }
td.TdClassName
{
border-color: #677A94;
}
.TagClassName
{
border-color: #677A94;
}
</style>