#686977

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

Shades of Comet #686977

Tints of Comet #686977

Color information

#686977 (or 0x686977) is unknown color: approx Comet. HEX triplet: 68, 69 and 77. RGB value is (104,105,119). Sum of RGB (Red+Green+Blue) = 104+105+119=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #686977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686977 is #979688. Grayscale: #6A6A6A. Windows color (decimal): -9934473 or 7825768. OLE color: 7825768.

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

Color convert

RGB104105119-
CMYK0.130.1200.53
HSL236º6.73%43.73%-
HSV(B)236º12.61%46.67%-
XYZ14.0914.3819.49-
YUV106.3135.17126.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=31.71%
G=32.01%
B=36.28%

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
Decimal1041051190.130.1200.532366.7343.73
Hex686977DC035ec72c
Octal1501511671514065354754
Binary11010001101001111011111011100011010111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686977; }

 p { color: rgb(104,105,119); }

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

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

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

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

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

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

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