#68798E

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

Shades of Slate Grey #68798E

Tints of Slate Grey #68798E

Color information

#68798E (or 0x68798E) is unknown color: approx Slate Grey. HEX triplet: 68, 79 and 8E. RGB value is (104,121,142). Sum of RGB (Red+Green+Blue) = 104+121+142=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #68798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798E is #978671. Grayscale: #767676. Windows color (decimal): -9930354 or 9337192. OLE color: 9337192.

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

Color convert

RGB104121142-
CMYK0.270.1500.44
HSL213.16º15.45%48.24%-
HSV(B)213.16º26.76%55.69%-
XYZ17.4318.5728.26-
YUV118.31141.37117.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=28.34%
G=32.97%
B=38.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041211420.270.1500.44213.1615.4548.24
Hex68798E1BF02Cd5f30
Octal15017121633170543251760
Binary11010001111001100011101101111110101100110101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68798E; }

 p { color: rgb(104,121,142); }

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

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

 a { background-color: rgb(104,121,142); }

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

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

 span { border-color: rgb(104,121,142); }

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