#686779

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

Shades of Comet #686779

Tints of Comet #686779

Color information

#686779 (or 0x686779) is unknown color: approx Comet. HEX triplet: 68, 67 and 79. RGB value is (104,103,121). Sum of RGB (Red+Green+Blue) = 104+103+121=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #686779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686779 is #979886. Grayscale: #696969. Windows color (decimal): -9934983 or 7956328. OLE color: 7956328.

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

Color convert

RGB104103121-
CMYK0.140.1500.53
HSL243.33º8.04%43.92%-
HSV(B)243.33º14.88%47.45%-
XYZ14.0114.0220.06-
YUV105.35136.83127.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=31.71%
G=31.40%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041031210.140.1500.53243.338.0443.92
Hex686779EF035f382c
Octal15014717116170653631054
Binary110100011001111111001111011110110101111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686779; }

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

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

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

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

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

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

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

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