Shades of Slate Grey #697A90
Tints of Slate Grey #697A90
RGB
CMYK
RGB Variations
Color information
#697A90 (or 0x697A90) is known color: Slate Grey. HEX triplet: 69, 7A and 90. RGB value is (105,122,144). Sum of RGB (Red+Green+Blue) = 105+122+144=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #697A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A90 is #96856F. Grayscale: #777777. Windows color (decimal): -9864560 or 9468521. OLE color: 9468521.
HSL color Cylindrical-coordinate representation of color #697A90: hue angle of 213.85º 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 #697A90 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 122 | 144 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.44 |
| HSL | 213.85º | 0.16% | 0.49% | - |
| HSV(B) | 213.85º | 0.27% | 0.56% | - |
| XYZ | 17.82 | 18.94 | 29.1 | - |
| YUV | 119.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 144 | 0.27 | 0.15 | 0 | 0.44 | 213.85 | 0.16 | 0.49 |
| Hex | 69 | 7A | 90 | 1B | F | 0 | 2C | D6 | 10 | 31 |
| Octal | 151 | 172 | 220 | 33 | 17 | 0 | 54 | 326 | 20 | 61 |
| Binary | 1101001 | 1111010 | 10010000 | 11011 | 1111 | 0 | 101100 | 11010110 | 10000 | 110001 |
Color Harmonies of #697A90
Complementary color
Monochromatic Colors of #697A90
Black with #697A90
Text Example
Text Example
White with #697A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A90; }
p { color: rgb(105,122,144); }
H1.HeaderClassName
{
color: #697A90;
}
.AnyTagClassName
{
color: #697A90;
}
</style>
background-color css
<style>
a { background-color: #697A90; }
a { background-color: rgb(105,122,144); }
div.DivClassName
{
background-color: #697A90;
}
.BgClassName
{
background-color: #697A90;
}
</style>
border-color css
<style>
span { border-color: #697A90; }
span { border-color: rgb(105,122,144); }
td.TdClassName
{
border-color: #697A90;
}
.TagClassName
{
border-color: #697A90;
}
</style>