#68686E

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

Shades of Comet #68686E

Tints of Comet #68686E

Color information

#68686E (or 0x68686E) is unknown color: approx Comet. HEX triplet: 68, 68 and 6E. RGB value is (104,104,110). Sum of RGB (Red+Green+Blue) = 104+104+110=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #68686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686E is #979791. Grayscale: #686868. Windows color (decimal): -9934738 or 7235688. OLE color: 7235688.

HSL color Cylindrical-coordinate representation of color #68686E: hue angle of 240º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #68686E is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB104104110-
CMYK0.050.0500.57
HSL240º2.8%41.96%-
HSV(B)240º5.45%43.14%-
XYZ13.4713.9716.74-
YUV104.68131127.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=32.70%
G=32.70%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041041100.050.0500.572402.841.96
Hex68686E55039f032a
Octal15015015655071360352
Binary11010001101000110111010110101110011111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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