#68778A

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

Shades of Slate Grey #68778A

Tints of Slate Grey #68778A

Color information

#68778A (or 0x68778A) is unknown color: approx Slate Grey. HEX triplet: 68, 77 and 8A. RGB value is (104,119,138). Sum of RGB (Red+Green+Blue) = 104+119+138=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #68778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68778A is #978875. Grayscale: #747474. Windows color (decimal): -9930870 or 9074536. OLE color: 9074536.

HSL color Cylindrical-coordinate representation of color #68778A: hue angle of 213.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68778A is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104119138-
CMYK0.250.1400.46
HSL213.53º14.05%47.45%-
HSV(B)213.53º24.64%54.12%-
XYZ16.8917.9726.62-
YUV116.68140.03118.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=28.81%
G=32.96%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041191380.250.1400.46213.5314.0547.45
Hex68778A19E02Ed6e2f
Octal15016721231160563261657
Binary11010001110111100010101100111100101110110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68778A; }

 p { color: rgb(104,119,138); }

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

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

 a { background-color: rgb(104,119,138); }

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

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

 span { border-color: rgb(104,119,138); }

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