Shades of Slate Grey #69778F
Tints of Slate Grey #69778F
RGB
CMYK
RGB Variations
Color information
#69778F (or 0x69778F) is known color: Slate Grey. HEX triplet: 69, 77 and 8F. RGB value is (105,119,143). Sum of RGB (Red+Green+Blue) = 105+119+143=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #69778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69778F is #968870. Grayscale: #757575. Windows color (decimal): -9865329 or 9402217. OLE color: 9402217.
HSL color Cylindrical-coordinate representation of color #69778F: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69778F is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 119 | 143 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.44 |
| HSL | 217.89º | 0.15% | 0.49% | - |
| HSV(B) | 217.89º | 0.27% | 0.56% | - |
| XYZ | 17.38 | 18.18 | 28.58 | - |
| YUV | 117.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 143 | 0.27 | 0.17 | 0 | 0.44 | 217.89 | 0.15 | 0.49 |
| Hex | 69 | 77 | 8F | 1B | 11 | 0 | 2C | DA | F | 31 |
| Octal | 151 | 167 | 217 | 33 | 21 | 0 | 54 | 332 | 17 | 61 |
| Binary | 1101001 | 1110111 | 10001111 | 11011 | 10001 | 0 | 101100 | 11011010 | 1111 | 110001 |
Color Harmonies of #69778F
Complementary color
Monochromatic Colors of #69778F
Black with #69778F
Text Example
Text Example
White with #69778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69778F; }
p { color: rgb(105,119,143); }
H1.HeaderClassName
{
color: #69778F;
}
.AnyTagClassName
{
color: #69778F;
}
</style>
background-color css
<style>
a { background-color: #69778F; }
a { background-color: rgb(105,119,143); }
div.DivClassName
{
background-color: #69778F;
}
.BgClassName
{
background-color: #69778F;
}
</style>
border-color css
<style>
span { border-color: #69778F; }
span { border-color: rgb(105,119,143); }
td.TdClassName
{
border-color: #69778F;
}
.TagClassName
{
border-color: #69778F;
}
</style>