#686A78

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

Shades of Comet #686A78

Tints of Comet #686A78

Color information

#686A78 (or 0x686A78) is unknown color: approx Comet. HEX triplet: 68, 6A and 78. RGB value is (104,106,120). Sum of RGB (Red+Green+Blue) = 104+106+120=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #686A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A78 is #979587. Grayscale: #6A6A6A. Windows color (decimal): -9934216 or 7891560. OLE color: 7891560.

HSL color Cylindrical-coordinate representation of color #686A78: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686A78 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104106120-
CMYK0.130.1200.53
HSL232.5º7.14%43.92%-
HSV(B)232.5º13.33%47.06%-
XYZ14.2514.6119.84-
YUV107135.34125.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=31.52%
G=32.12%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041061200.130.1200.53232.57.1443.92
Hex686A78DC035e872c
Octal1501521701514065350754
Binary11010001101010111100011011100011010111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686A78; }

 p { color: rgb(104,106,120); }

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

<style>
 a { background-color: #686A78; }

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

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

<style>
 span { border-color: #686A78; }

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

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