#68819C

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

Shades of Slate Grey #68819C

Tints of Slate Grey #68819C

Color information

#68819C (or 0x68819C) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 9C. RGB value is (104,129,156). Sum of RGB (Red+Green+Blue) = 104+129+156=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #68819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819C is #977E63. Grayscale: #7C7C7C. Windows color (decimal): -9928292 or 10256744. OLE color: 10256744.

HSL color Cylindrical-coordinate representation of color #68819C: hue angle of 211.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68819C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104129156-
CMYK0.330.1700.39
HSL211.15º20.8%50.98%-
HSV(B)211.15º33.33%61.18%-
XYZ19.5621.0434.48-
YUV124.6145.72113.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=26.74%
G=33.16%
B=40.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041291560.330.1700.39211.1520.850.98
Hex68819C2111027d31533
Octal15020123441210473232563
Binary110100010000001100111001000011000101001111101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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