#68788B

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

Shades of Slate Grey #68788B

Tints of Slate Grey #68788B

Color information

#68788B (or 0x68788B) is unknown color: approx Slate Grey. HEX triplet: 68, 78 and 8B. RGB value is (104,120,139). Sum of RGB (Red+Green+Blue) = 104+120+139=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #68788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68788B is #978774. Grayscale: #757575. Windows color (decimal): -9930613 or 9140328. OLE color: 9140328.

HSL color Cylindrical-coordinate representation of color #68788B: hue angle of 212.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68788B is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104120139-
CMYK0.250.1400.45
HSL212.57º14.4%47.65%-
HSV(B)212.57º25.18%54.51%-
XYZ17.0918.2427.05-
YUV117.38140.2118.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=28.65%
G=33.06%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041201390.250.1400.45212.5714.447.65
Hex68788B19E02Dd5e30
Octal15017021331160553251660
Binary11010001111000100010111100111100101101110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68788B; }

 p { color: rgb(104,120,139); }

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

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

 a { background-color: rgb(104,120,139); }

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

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

 span { border-color: rgb(104,120,139); }

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