#697E9D

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

Shades of Slate Grey #697E9D

Tints of Slate Grey #697E9D

Color information

#697E9D (or 0x697E9D) is unknown color: approx Slate Grey. HEX triplet: 69, 7E and 9D. RGB value is (105,126,157). Sum of RGB (Red+Green+Blue) = 105+126+157=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #697E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E9D is #968162. Grayscale: #7B7B7B. Windows color (decimal): -9863523 or 10321513. OLE color: 10321513.

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

Color convert

RGB105126157-
CMYK0.330.2000.38
HSL215.77º20.97%51.37%-
HSV(B)215.77º33.12%61.57%-
XYZ19.3720.3634.81-
YUV123.25147.04114.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=27.06%
G=32.47%
B=40.46%

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
Decimal1051261570.330.2000.38215.7720.9751.37
Hex697E9D2114026d81533
Octal15117623541240463302563
Binary11010011111110100111011000011010001001101101100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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