#697996

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

Shades of Slate Grey #697996

Tints of Slate Grey #697996

Color information

#697996 (or 0x697996) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 96. RGB value is (105,121,150). Sum of RGB (Red+Green+Blue) = 105+121+150=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #697996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697996 is #968669. Grayscale: #777777. Windows color (decimal): -9864810 or 9861481. OLE color: 9861481.

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

Color convert

RGB105121150-
CMYK0.300.1900.41
HSL218.67º17.65%50%-
HSV(B)218.67º30%58.82%-
XYZ18.1718.8831.54-
YUV119.52145.2117.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=27.93%
G=32.18%
B=39.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051211500.300.1900.41218.6717.6550
Hex6979961E13029db1232
Octal15117122636230513332262
Binary1101001111100110010110111101001101010011101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697996; }

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

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

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

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

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

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

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

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