#697D9D

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

Shades of Slate Grey #697D9D

Tints of Slate Grey #697D9D

Color information

#697D9D (or 0x697D9D) is unknown color: approx Slate Grey. HEX triplet: 69, 7D and 9D. RGB value is (105,125,157). Sum of RGB (Red+Green+Blue) = 105+125+157=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #697D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D9D is #968262. Grayscale: #7A7A7A. Windows color (decimal): -9863779 or 10321257. OLE color: 10321257.

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

Color convert

RGB105125157-
CMYK0.330.2000.38
HSL216.92º20.97%51.37%-
HSV(B)216.92º33.12%61.57%-
XYZ19.2520.134.76-
YUV122.67147.37115.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=27.13%
G=32.30%
B=40.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051251570.330.2000.38216.9220.9751.37
Hex697D9D2114026d91533
Octal15117523541240463312563
Binary11010011111101100111011000011010001001101101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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