#68809D

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

Shades of Slate Grey #68809D

Tints of Slate Grey #68809D

Color information

#68809D (or 0x68809D) is unknown color: approx Slate Grey. HEX triplet: 68, 80 and 9D. RGB value is (104,128,157). Sum of RGB (Red+Green+Blue) = 104+128+157=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #68809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809D is #977F62. Grayscale: #7B7B7B. Windows color (decimal): -9928547 or 10322024. OLE color: 10322024.

HSL color Cylindrical-coordinate representation of color #68809D: hue angle of 212.83º degrees, saturation: 0.21, 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 #68809D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104128157-
CMYK0.340.1800.38
HSL212.83º21.29%51.18%-
HSV(B)212.83º33.76%61.57%-
XYZ19.5120.8234.89-
YUV124.13146.55113.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=26.74%
G=32.90%
B=40.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041281570.340.1800.38212.8321.2951.18
Hex68809D2212026d51533
Octal15020023542220463252563
Binary110100010000000100111011000101001001001101101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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