#68687D

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

Shades of Comet #68687D

Tints of Comet #68687D

Color information

#68687D (or 0x68687D) is unknown color: approx Comet. HEX triplet: 68, 68 and 7D. RGB value is (104,104,125). Sum of RGB (Red+Green+Blue) = 104+104+125=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #68687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687D is #979782. Grayscale: #6A6A6A. Windows color (decimal): -9934723 or 8218728. OLE color: 8218728.

HSL color Cylindrical-coordinate representation of color #68687D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68687D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104104125-
CMYK0.170.1700.51
HSL240º9.17%44.9%-
HSV(B)240º16.8%49.02%-
XYZ14.3614.3221.41-
YUV106.39138.5126.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=31.23%
G=31.23%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041041250.170.1700.512409.1744.9
Hex68687D1111033f092d
Octal15015017521210633601155
Binary11010001101000111110110001100010110011111100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,104,125); }

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

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

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

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

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

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

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