Shades of Slate Grey #677B9F
Tints of Slate Grey #677B9F
RGB
CMYK
RGB Variations
Color information
#677B9F (or 0x677B9F) is known color: Slate Grey. HEX triplet: 67, 7B and 9F. RGB value is (103,123,159). Sum of RGB (Red+Green+Blue) = 103+123+159=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #677B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B9F is #988460. Grayscale: #787878. Windows color (decimal): -9995361 or 10451815. OLE color: 10451815.
HSL color Cylindrical-coordinate representation of color #677B9F: hue angle of 218.57º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #677B9F is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 123 | 159 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.38 |
| HSL | 218.57º | 0.23% | 0.51% | - |
| HSV(B) | 218.57º | 0.35% | 0.62% | - |
| XYZ | 18.93 | 19.55 | 35.58 | - |
| YUV | 121.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 159 | 0.35 | 0.23 | 0 | 0.38 | 218.57 | 0.23 | 0.51 |
| Hex | 67 | 7B | 9F | 23 | 17 | 0 | 26 | DB | 17 | 33 |
| Octal | 147 | 173 | 237 | 43 | 27 | 0 | 46 | 333 | 27 | 63 |
| Binary | 1100111 | 1111011 | 10011111 | 100011 | 10111 | 0 | 100110 | 11011011 | 10111 | 110011 |
Color Harmonies of #677B9F
Complementary color
Monochromatic Colors of #677B9F
Black with #677B9F
Text Example
Text Example
White with #677B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B9F; }
p { color: rgb(103,123,159); }
H1.HeaderClassName
{
color: #677B9F;
}
.AnyTagClassName
{
color: #677B9F;
}
</style>
background-color css
<style>
a { background-color: #677B9F; }
a { background-color: rgb(103,123,159); }
div.DivClassName
{
background-color: #677B9F;
}
.BgClassName
{
background-color: #677B9F;
}
</style>
border-color css
<style>
span { border-color: #677B9F; }
span { border-color: rgb(103,123,159); }
td.TdClassName
{
border-color: #677B9F;
}
.TagClassName
{
border-color: #677B9F;
}
</style>