Shades of Slate Grey #697C90
Tints of Slate Grey #697C90
RGB
CMYK
RGB Variations
Color information
#697C90 (or 0x697C90) is known color: Slate Grey. HEX triplet: 69, 7C and 90. RGB value is (105,124,144). Sum of RGB (Red+Green+Blue) = 105+124+144=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #697C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C90 is #96836F. Grayscale: #787878. Windows color (decimal): -9864048 or 9469033. OLE color: 9469033.
HSL color Cylindrical-coordinate representation of color #697C90: hue angle of 210.77º degrees, saturation: 0.16, 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 #697C90 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 124 | 144 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.44 |
| HSL | 210.77º | 0.16% | 0.49% | - |
| HSV(B) | 210.77º | 0.27% | 0.56% | - |
| XYZ | 18.07 | 19.43 | 29.18 | - |
| YUV | 120.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 144 | 0.27 | 0.14 | 0 | 0.44 | 210.77 | 0.16 | 0.49 |
| Hex | 69 | 7C | 90 | 1B | E | 0 | 2C | D3 | 10 | 31 |
| Octal | 151 | 174 | 220 | 33 | 16 | 0 | 54 | 323 | 20 | 61 |
| Binary | 1101001 | 1111100 | 10010000 | 11011 | 1110 | 0 | 101100 | 11010011 | 10000 | 110001 |
Color Harmonies of #697C90
Complementary color
Monochromatic Colors of #697C90
Black with #697C90
Text Example
Text Example
White with #697C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C90; }
p { color: rgb(105,124,144); }
H1.HeaderClassName
{
color: #697C90;
}
.AnyTagClassName
{
color: #697C90;
}
</style>
background-color css
<style>
a { background-color: #697C90; }
a { background-color: rgb(105,124,144); }
div.DivClassName
{
background-color: #697C90;
}
.BgClassName
{
background-color: #697C90;
}
</style>
border-color css
<style>
span { border-color: #697C90; }
span { border-color: rgb(105,124,144); }
td.TdClassName
{
border-color: #697C90;
}
.TagClassName
{
border-color: #697C90;
}
</style>