#68809E

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

Shades of Slate Grey #68809E

Tints of Slate Grey #68809E

Color information

#68809E (or 0x68809E) is unknown color: approx Slate Grey. HEX triplet: 68, 80 and 9E. RGB value is (104,128,158). Sum of RGB (Red+Green+Blue) = 104+128+158=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #68809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809E is #977F61. Grayscale: #7C7C7C. Windows color (decimal): -9928546 or 10387560. OLE color: 10387560.

HSL color Cylindrical-coordinate representation of color #68809E: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68809E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104128158-
CMYK0.340.1900.38
HSL213.33º21.77%51.37%-
HSV(B)213.33º34.18%61.96%-
XYZ19.620.8535.34-
YUV124.24147.05113.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=26.67%
G=32.82%
B=40.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041281580.340.1900.38213.3321.7751.37
Hex68809E2213026d51633
Octal15020023642230463252663
Binary110100010000000100111101000101001101001101101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,128,158); }

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

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

 a { background-color: rgb(104,128,158); }

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

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

 span { border-color: rgb(104,128,158); }

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