#697894

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

Shades of Slate Grey #697894

Tints of Slate Grey #697894

Color information

#697894 (or 0x697894) is unknown color: approx Slate Grey. HEX triplet: 69, 78 and 94. RGB value is (105,120,148). Sum of RGB (Red+Green+Blue) = 105+120+148=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #697894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697894 is #96876B. Grayscale: #767676. Windows color (decimal): -9865068 or 9730153. OLE color: 9730153.

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

Color convert

RGB105120148-
CMYK0.290.1900.42
HSL219.07º17%49.61%-
HSV(B)219.07º29.05%58.04%-
XYZ17.8918.5730.66-
YUV118.71144.53118.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=28.15%
G=32.17%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051201480.290.1900.42219.071749.61
Hex6978941D1302Adb1132
Octal15117022435230523332162
Binary1101001111100010010100111011001101010101101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697894; }

 p { color: rgb(105,120,148); }

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

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

 a { background-color: rgb(105,120,148); }

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

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

 span { border-color: rgb(105,120,148); }

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