#697990

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

Shades of Slate Grey #697990

Tints of Slate Grey #697990

Color information

#697990 (or 0x697990) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 90. RGB value is (105,121,144). Sum of RGB (Red+Green+Blue) = 105+121+144=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #697990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697990 is #96866F. Grayscale: #767676. Windows color (decimal): -9864816 or 9468265. OLE color: 9468265.

HSL color Cylindrical-coordinate representation of color #697990: hue angle of 215.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697990 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105121144-
CMYK0.270.1600.44
HSL215.38º15.66%48.82%-
HSV(B)215.38º27.08%56.47%-
XYZ17.718.6929.06-
YUV118.84142.2118.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=28.38%
G=32.70%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051211440.270.1600.44215.3815.6648.82
Hex6979901B1002Cd71031
Octal15117122033200543272061
Binary1101001111100110010000110111000001011001101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697990; }

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

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

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

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

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

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

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

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