#698196

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

Shades of Slate Grey #698196

Tints of Slate Grey #698196

Color information

#698196 (or 0x698196) is unknown color: approx Slate Grey. HEX triplet: 69, 81 and 96. RGB value is (105,129,150). Sum of RGB (Red+Green+Blue) = 105+129+150=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #698196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698196 is #967E69. Grayscale: #7C7C7C. Windows color (decimal): -9862762 or 9863529. OLE color: 9863529.

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

Color convert

RGB105129150-
CMYK0.300.1400.41
HSL208º17.65%50%-
HSV(B)208º30%58.82%-
XYZ19.1820.9131.88-
YUV124.22142.55114.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=27.34%
G=33.59%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051291500.300.1400.4120817.6550
Hex6981961EE029d01232
Octal15120122636160513202262
Binary1101001100000011001011011110111001010011101000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698196; }

 p { color: rgb(105,129,150); }

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

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

 a { background-color: rgb(105,129,150); }

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

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

 span { border-color: rgb(105,129,150); }

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