#698095

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

Shades of Slate Grey #698095

Tints of Slate Grey #698095

Color information

#698095 (or 0x698095) is unknown color: approx Slate Grey. HEX triplet: 69, 80 and 95. RGB value is (105,128,149). Sum of RGB (Red+Green+Blue) = 105+128+149=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #698095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698095 is #967F6A. Grayscale: #7B7B7B. Windows color (decimal): -9863019 or 9797737. OLE color: 9797737.

HSL color Cylindrical-coordinate representation of color #698095: hue angle of 208.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698095 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105128149-
CMYK0.300.1400.42
HSL208.64º17.32%49.8%-
HSV(B)208.64º29.53%58.43%-
XYZ18.9720.6131.41-
YUV123.52142.38114.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=27.49%
G=33.51%
B=39.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051281490.300.1400.42208.6417.3249.8
Hex6980951EE02Ad11132
Octal15120022536160523212162
Binary1101001100000001001010111110111001010101101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698095; }

 p { color: rgb(105,128,149); }

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

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

 a { background-color: rgb(105,128,149); }

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

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

 span { border-color: rgb(105,128,149); }

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