#697B9D

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

Shades of Slate Grey #697B9D

Tints of Slate Grey #697B9D

Color information

#697B9D (or 0x697B9D) is unknown color: approx Slate Grey. HEX triplet: 69, 7B and 9D. RGB value is (105,123,157). Sum of RGB (Red+Green+Blue) = 105+123+157=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #697B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B9D is #968462. Grayscale: #797979. Windows color (decimal): -9864291 or 10320745. OLE color: 10320745.

HSL color Cylindrical-coordinate representation of color #697B9D: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697B9D is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105123157-
CMYK0.330.2200.38
HSL219.23º20.97%51.37%-
HSV(B)219.23º33.12%61.57%-
XYZ18.9919.634.68-
YUV121.49148.04116.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=27.27%
G=31.95%
B=40.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051231570.330.2200.38219.2320.9751.37
Hex697B9D2116026db1533
Octal15117323541260463332563
Binary11010011111011100111011000011011001001101101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,157); }

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

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

 a { background-color: rgb(105,123,157); }

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

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

 span { border-color: rgb(105,123,157); }

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