#697A99

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

Shades of Slate Grey #697A99

Tints of Slate Grey #697A99

Color information

#697A99 (or 0x697A99) is unknown color: approx Slate Grey. HEX triplet: 69, 7A and 99. RGB value is (105,122,153). Sum of RGB (Red+Green+Blue) = 105+122+153=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #697A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A99 is #968566. Grayscale: #787878. Windows color (decimal): -9864551 or 10058345. OLE color: 10058345.

HSL color Cylindrical-coordinate representation of color #697A99: hue angle of 218.75º 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 #697A99 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105122153-
CMYK0.310.2000.4
HSL218.75º19.05%50.59%-
HSV(B)218.75º31.37%60%-
XYZ18.5419.2232.87-
YUV120.45146.37116.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=27.63%
G=32.11%
B=40.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051221530.310.2000.4218.7519.0550.59
Hex697A991F14028db1333
Octal15117223137240503332363
Binary1101001111101010011001111111010001010001101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697A99; }

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

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

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

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

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

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

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

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