Shades of Slate Grey #677F9B
Tints of Slate Grey #677F9B
RGB
CMYK
RGB Variations
Color information
#677F9B (or 0x677F9B) is known color: Slate Grey. HEX triplet: 67, 7F and 9B. RGB value is (103,127,155). Sum of RGB (Red+Green+Blue) = 103+127+155=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #677F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F9B is #988064. Grayscale: #7A7A7A. Windows color (decimal): -9994341 or 10190695. OLE color: 10190695.
HSL color Cylindrical-coordinate representation of color #677F9B: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #677F9B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 127 | 155 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.39 |
| HSL | 212.31º | 0.21% | 0.51% | - |
| HSV(B) | 212.31º | 0.34% | 0.61% | - |
| XYZ | 19.1 | 20.43 | 33.95 | - |
| YUV | 123.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 155 | 0.34 | 0.18 | 0 | 0.39 | 212.31 | 0.21 | 0.51 |
| Hex | 67 | 7F | 9B | 22 | 12 | 0 | 27 | D4 | 15 | 33 |
| Octal | 147 | 177 | 233 | 42 | 22 | 0 | 47 | 324 | 25 | 63 |
| Binary | 1100111 | 1111111 | 10011011 | 100010 | 10010 | 0 | 100111 | 11010100 | 10101 | 110011 |
Color Harmonies of #677F9B
Complementary color
Monochromatic Colors of #677F9B
Black with #677F9B
Text Example
Text Example
White with #677F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F9B; }
p { color: rgb(103,127,155); }
H1.HeaderClassName
{
color: #677F9B;
}
.AnyTagClassName
{
color: #677F9B;
}
</style>
background-color css
<style>
a { background-color: #677F9B; }
a { background-color: rgb(103,127,155); }
div.DivClassName
{
background-color: #677F9B;
}
.BgClassName
{
background-color: #677F9B;
}
</style>
border-color css
<style>
span { border-color: #677F9B; }
span { border-color: rgb(103,127,155); }
td.TdClassName
{
border-color: #677F9B;
}
.TagClassName
{
border-color: #677F9B;
}
</style>