#686878

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

Shades of Comet #686878

Tints of Comet #686878

Color information

#686878 (or 0x686878) is unknown color: approx Comet. HEX triplet: 68, 68 and 78. RGB value is (104,104,120). Sum of RGB (Red+Green+Blue) = 104+104+120=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #686878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686878 is #979787. Grayscale: #696969. Windows color (decimal): -9934728 or 7891048. OLE color: 7891048.

HSL color Cylindrical-coordinate representation of color #686878: hue angle of 240º 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 #686878 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104104120-
CMYK0.130.1300.53
HSL240º7.14%43.92%-
HSV(B)240º13.33%47.06%-
XYZ14.0514.219.77-
YUV105.82136126.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=31.71%
G=31.71%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041041200.130.1300.532407.1443.92
Hex686878DD035f072c
Octal1501501701515065360754
Binary11010001101000111100011011101011010111110000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686878; }

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

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

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

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

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

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

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

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