#698096

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

Shades of Slate Grey #698096

Tints of Slate Grey #698096

Color information

#698096 (or 0x698096) is unknown color: approx Slate Grey. HEX triplet: 69, 80 and 96. RGB value is (105,128,150). Sum of RGB (Red+Green+Blue) = 105+128+150=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #698096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698096 is #967F69. Grayscale: #7B7B7B. Windows color (decimal): -9863018 or 9863273. OLE color: 9863273.

HSL color Cylindrical-coordinate representation of color #698096: hue angle of 209.33º 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 #698096 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105128150-
CMYK0.300.1500.41
HSL209.33º17.65%50%-
HSV(B)209.33º30%58.82%-
XYZ19.0520.6431.83-
YUV123.63142.88114.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=27.42%
G=33.42%
B=39.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051281500.300.1500.41209.3317.6550
Hex6980961EF029d11232
Octal15120022636170513212262
Binary1101001100000001001011011110111101010011101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698096; }

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

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

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

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

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

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

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

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