#68819E

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

Shades of Slate Grey #68819E

Tints of Slate Grey #68819E

Color information

#68819E (or 0x68819E) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 9E. RGB value is (104,129,158). Sum of RGB (Red+Green+Blue) = 104+129+158=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #68819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819E is #977E61. Grayscale: #7C7C7C. Windows color (decimal): -9928290 or 10387816. OLE color: 10387816.

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

Color convert

RGB104129158-
CMYK0.340.1800.38
HSL212.22º21.77%51.37%-
HSV(B)212.22º34.18%61.96%-
XYZ19.7321.1135.38-
YUV124.83146.72113.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=26.60%
G=32.99%
B=40.41%

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
Decimal1041291580.340.1800.38212.2221.7751.37
Hex68819E2212026d41633
Octal15020123642220463242663
Binary110100010000001100111101000101001001001101101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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