#697999

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

Shades of Slate Grey #697999

Tints of Slate Grey #697999

Color information

#697999 (or 0x697999) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 99. RGB value is (105,121,153). Sum of RGB (Red+Green+Blue) = 105+121+153=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #697999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697999 is #968666. Grayscale: #777777. Windows color (decimal): -9864807 or 10058089. OLE color: 10058089.

HSL color Cylindrical-coordinate representation of color #697999: hue angle of 220º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697999 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105121153-
CMYK0.310.2100.4
HSL220º19.05%50.59%-
HSV(B)220º31.37%60%-
XYZ18.4118.9832.83-
YUV119.86146.7117.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=27.70%
G=31.93%
B=40.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051211530.310.2100.422019.0550.59
Hex6979991F15028dc1333
Octal15117123137250503342363
Binary1101001111100110011001111111010101010001101110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697999; }

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

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

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

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

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

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

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

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