Shades of Slate Grey #677B94
Tints of Slate Grey #677B94
RGB
CMYK
RGB Variations
Color information
#677B94 (or 0x677B94) is known color: Slate Grey. HEX triplet: 67, 7B and 94. RGB value is (103,123,148). Sum of RGB (Red+Green+Blue) = 103+123+148=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #677B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B94 is #98846B. Grayscale: #777777. Windows color (decimal): -9995372 or 9730919. OLE color: 9730919.
HSL color Cylindrical-coordinate representation of color #677B94: hue angle of 213.33º 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 #677B94 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 123 | 148 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.42 |
| HSL | 213.33º | 0.18% | 0.49% | - |
| HSV(B) | 213.33º | 0.3% | 0.58% | - |
| XYZ | 18.02 | 19.19 | 30.77 | - |
| YUV | 119.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 148 | 0.30 | 0.17 | 0 | 0.42 | 213.33 | 0.18 | 0.49 |
| Hex | 67 | 7B | 94 | 1E | 11 | 0 | 2A | D5 | 12 | 31 |
| Octal | 147 | 173 | 224 | 36 | 21 | 0 | 52 | 325 | 22 | 61 |
| Binary | 1100111 | 1111011 | 10010100 | 11110 | 10001 | 0 | 101010 | 11010101 | 10010 | 110001 |
Color Harmonies of #677B94
Complementary color
Monochromatic Colors of #677B94
Black with #677B94
Text Example
Text Example
White with #677B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B94; }
p { color: rgb(103,123,148); }
H1.HeaderClassName
{
color: #677B94;
}
.AnyTagClassName
{
color: #677B94;
}
</style>
background-color css
<style>
a { background-color: #677B94; }
a { background-color: rgb(103,123,148); }
div.DivClassName
{
background-color: #677B94;
}
.BgClassName
{
background-color: #677B94;
}
</style>
border-color css
<style>
span { border-color: #677B94; }
span { border-color: rgb(103,123,148); }
td.TdClassName
{
border-color: #677B94;
}
.TagClassName
{
border-color: #677B94;
}
</style>