Shades of Slate Grey #697E9C
Tints of Slate Grey #697E9C
RGB
CMYK
RGB Variations
Color information
#697E9C (or 0x697E9C) is known color: Slate Grey. HEX triplet: 69, 7E and 9C. RGB value is (105,126,156). Sum of RGB (Red+Green+Blue) = 105+126+156=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #697E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E9C is #968163. Grayscale: #7A7A7A. Windows color (decimal): -9863524 or 10255977. OLE color: 10255977.
HSL color Cylindrical-coordinate representation of color #697E9C: hue angle of 215.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697E9C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 126 | 156 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.39 |
| HSL | 215.29º | 0.2% | 0.51% | - |
| HSV(B) | 215.29º | 0.33% | 0.61% | - |
| XYZ | 19.29 | 20.33 | 34.36 | - |
| YUV | 123.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 156 | 0.33 | 0.19 | 0 | 0.39 | 215.29 | 0.2 | 0.51 |
| Hex | 69 | 7E | 9C | 21 | 13 | 0 | 27 | D7 | 14 | 33 |
| Octal | 151 | 176 | 234 | 41 | 23 | 0 | 47 | 327 | 24 | 63 |
| Binary | 1101001 | 1111110 | 10011100 | 100001 | 10011 | 0 | 100111 | 11010111 | 10100 | 110011 |
Color Harmonies of #697E9C
Complementary color
Monochromatic Colors of #697E9C
Black with #697E9C
Text Example
Text Example
White with #697E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E9C; }
p { color: rgb(105,126,156); }
H1.HeaderClassName
{
color: #697E9C;
}
.AnyTagClassName
{
color: #697E9C;
}
</style>
background-color css
<style>
a { background-color: #697E9C; }
a { background-color: rgb(105,126,156); }
div.DivClassName
{
background-color: #697E9C;
}
.BgClassName
{
background-color: #697E9C;
}
</style>
border-color css
<style>
span { border-color: #697E9C; }
span { border-color: rgb(105,126,156); }
td.TdClassName
{
border-color: #697E9C;
}
.TagClassName
{
border-color: #697E9C;
}
</style>