#697995

Color #697995 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #697995

Tints of Slate Grey #697995

Color information

#697995 (or 0x697995) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 95. RGB value is (105,121,149). Sum of RGB (Red+Green+Blue) = 105+121+149=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #697995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697995 is #96866A. Grayscale: #777777. Windows color (decimal): -9864811 or 9795945. OLE color: 9795945.

HSL color Cylindrical-coordinate representation of color #697995: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697995 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105121149-
CMYK0.300.1900.42
HSL218.18º17.32%49.8%-
HSV(B)218.18º29.53%58.43%-
XYZ18.0918.8531.12-
YUV119.41144.7117.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=28%
G=32.27%
B=39.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051211490.300.1900.42218.1817.3249.8
Hex6979951E1302Ada1132
Octal15117122536230523322162
Binary1101001111100110010101111101001101010101101101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697995; }

 p { color: rgb(105,121,149); }

 H1.HeaderClassName
 {
   color: #697995;
 }
 .AnyTagClassName
 {
   color: #697995;
 }
</style>
background-color css

<style>
 a { background-color: #697995; }

 a { background-color: rgb(105,121,149); }

 div.DivClassName
 {
   background-color: #697995;
 }
 .BgClassName
 {
   background-color: #697995;
 }
</style>
border-color css

<style>
 span { border-color: #697995; }

 span { border-color: rgb(105,121,149); }

 td.TdClassName
 {
   border-color: #697995;
 }
 .TagClassName
 {
   border-color: #697995;
 }
</style>