Shades of Slate Grey #697B90
Tints of Slate Grey #697B90
RGB
CMYK
RGB Variations
Color information
#697B90 (or 0x697B90) is known color: Slate Grey. HEX triplet: 69, 7B and 90. RGB value is (105,123,144). Sum of RGB (Red+Green+Blue) = 105+123+144=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #697B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B90 is #96846F. Grayscale: #777777. Windows color (decimal): -9864304 or 9468777. OLE color: 9468777.
HSL color Cylindrical-coordinate representation of color #697B90: hue angle of 212.31º 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 #697B90 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 123 | 144 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.44 |
| HSL | 212.31º | 0.16% | 0.49% | - |
| HSV(B) | 212.31º | 0.27% | 0.56% | - |
| XYZ | 17.94 | 19.18 | 29.14 | - |
| YUV | 120.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 144 | 0.27 | 0.15 | 0 | 0.44 | 212.31 | 0.16 | 0.49 |
| Hex | 69 | 7B | 90 | 1B | F | 0 | 2C | D4 | 10 | 31 |
| Octal | 151 | 173 | 220 | 33 | 17 | 0 | 54 | 324 | 20 | 61 |
| Binary | 1101001 | 1111011 | 10010000 | 11011 | 1111 | 0 | 101100 | 11010100 | 10000 | 110001 |
Color Harmonies of #697B90
Complementary color
Monochromatic Colors of #697B90
Black with #697B90
Text Example
Text Example
White with #697B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B90; }
p { color: rgb(105,123,144); }
H1.HeaderClassName
{
color: #697B90;
}
.AnyTagClassName
{
color: #697B90;
}
</style>
background-color css
<style>
a { background-color: #697B90; }
a { background-color: rgb(105,123,144); }
div.DivClassName
{
background-color: #697B90;
}
.BgClassName
{
background-color: #697B90;
}
</style>
border-color css
<style>
span { border-color: #697B90; }
span { border-color: rgb(105,123,144); }
td.TdClassName
{
border-color: #697B90;
}
.TagClassName
{
border-color: #697B90;
}
</style>