#686778

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

Shades of Comet #686778

Tints of Comet #686778

Color information

#686778 (or 0x686778) is unknown color: approx Comet. HEX triplet: 68, 67 and 78. RGB value is (104,103,120). Sum of RGB (Red+Green+Blue) = 104+103+120=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #686778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686778 is #979887. Grayscale: #696969. Windows color (decimal): -9934984 or 7890792. OLE color: 7890792.

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

Color convert

RGB104103120-
CMYK0.130.1400.53
HSL243.53º7.62%43.73%-
HSV(B)243.53º14.17%47.06%-
XYZ13.951419.74-
YUV105.24136.33127.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=31.80%
G=31.50%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041031200.130.1400.53243.537.6243.73
Hex686778DE035f482c
Octal15014717015160653641054
Binary110100011001111111000110111100110101111101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686778; }

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

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

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

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

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

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

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

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