#68809C

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

Shades of Slate Grey #68809C

Tints of Slate Grey #68809C

Color information

#68809C (or 0x68809C) is unknown color: approx Slate Grey. HEX triplet: 68, 80 and 9C. RGB value is (104,128,156). Sum of RGB (Red+Green+Blue) = 104+128+156=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #68809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809C is #977F63. Grayscale: #7B7B7B. Windows color (decimal): -9928548 or 10256488. OLE color: 10256488.

HSL color Cylindrical-coordinate representation of color #68809C: hue angle of 212.31º 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 #68809C is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104128156-
CMYK0.330.1800.39
HSL212.31º20.8%50.98%-
HSV(B)212.31º33.33%61.18%-
XYZ19.4320.7834.44-
YUV124.02146.05113.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=26.80%
G=32.99%
B=40.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041281560.330.1800.39212.3120.850.98
Hex68809C2112027d41533
Octal15020023441220473242563
Binary110100010000000100111001000011001001001111101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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