Shades of Slate Grey #677F98
Tints of Slate Grey #677F98
RGB
CMYK
RGB Variations
Color information
#677F98 (or 0x677F98) is known color: Slate Grey. HEX triplet: 67, 7F and 98. RGB value is (103,127,152). Sum of RGB (Red+Green+Blue) = 103+127+152=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #677F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F98 is #988067. Grayscale: #7A7A7A. Windows color (decimal): -9994344 or 9994087. OLE color: 9994087.
HSL color Cylindrical-coordinate representation of color #677F98: hue angle of 210.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677F98 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 127 | 152 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.40 |
| HSL | 210.61º | 0.19% | 0.5% | - |
| HSV(B) | 210.61º | 0.32% | 0.6% | - |
| XYZ | 18.85 | 20.33 | 32.64 | - |
| YUV | 122.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 152 | 0.32 | 0.16 | 0 | 0.40 | 210.61 | 0.19 | 0.5 |
| Hex | 67 | 7F | 98 | 20 | 10 | 0 | 28 | D3 | 13 | 32 |
| Octal | 147 | 177 | 230 | 40 | 20 | 0 | 50 | 323 | 23 | 62 |
| Binary | 1100111 | 1111111 | 10011000 | 100000 | 10000 | 0 | 101000 | 11010011 | 10011 | 110010 |
Color Harmonies of #677F98
Complementary color
Monochromatic Colors of #677F98
Black with #677F98
Text Example
Text Example
White with #677F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F98; }
p { color: rgb(103,127,152); }
H1.HeaderClassName
{
color: #677F98;
}
.AnyTagClassName
{
color: #677F98;
}
</style>
background-color css
<style>
a { background-color: #677F98; }
a { background-color: rgb(103,127,152); }
div.DivClassName
{
background-color: #677F98;
}
.BgClassName
{
background-color: #677F98;
}
</style>
border-color css
<style>
span { border-color: #677F98; }
span { border-color: rgb(103,127,152); }
td.TdClassName
{
border-color: #677F98;
}
.TagClassName
{
border-color: #677F98;
}
</style>