Shades of Slate Grey #69778C
Tints of Slate Grey #69778C
RGB
CMYK
RGB Variations
Color information
#69778C (or 0x69778C) is known color: Slate Grey. HEX triplet: 69, 77 and 8C. RGB value is (105,119,140). Sum of RGB (Red+Green+Blue) = 105+119+140=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #69778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69778C is #968873. Grayscale: #757575. Windows color (decimal): -9865332 or 9205609. OLE color: 9205609.
HSL color Cylindrical-coordinate representation of color #69778C: hue angle of 216º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69778C is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 119 | 140 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.45 |
| HSL | 216º | 0.14% | 0.48% | - |
| HSV(B) | 216º | 0.25% | 0.55% | - |
| XYZ | 17.16 | 18.09 | 27.4 | - |
| YUV | 117.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 140 | 0.25 | 0.15 | 0 | 0.45 | 216 | 0.14 | 0.48 |
| Hex | 69 | 77 | 8C | 19 | F | 0 | 2D | D8 | E | 30 |
| Octal | 151 | 167 | 214 | 31 | 17 | 0 | 55 | 330 | 16 | 60 |
| Binary | 1101001 | 1110111 | 10001100 | 11001 | 1111 | 0 | 101101 | 11011000 | 1110 | 110000 |
Color Harmonies of #69778C
Complementary color
Monochromatic Colors of #69778C
Black with #69778C
Text Example
Text Example
White with #69778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69778C; }
p { color: rgb(105,119,140); }
H1.HeaderClassName
{
color: #69778C;
}
.AnyTagClassName
{
color: #69778C;
}
</style>
background-color css
<style>
a { background-color: #69778C; }
a { background-color: rgb(105,119,140); }
div.DivClassName
{
background-color: #69778C;
}
.BgClassName
{
background-color: #69778C;
}
</style>
border-color css
<style>
span { border-color: #69778C; }
span { border-color: rgb(105,119,140); }
td.TdClassName
{
border-color: #69778C;
}
.TagClassName
{
border-color: #69778C;
}
</style>