#686782

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

Shades of Comet #686782

Tints of Comet #686782

Color information

#686782 (or 0x686782) is unknown color: approx Comet. HEX triplet: 68, 67 and 82. RGB value is (104,103,130). Sum of RGB (Red+Green+Blue) = 104+103+130=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #686782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686782 is #97987D. Grayscale: #6A6A6A. Windows color (decimal): -9934974 or 8546152. OLE color: 8546152.

HSL color Cylindrical-coordinate representation of color #686782: hue angle of 242.22º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686782 is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104103130-
CMYK0.20.2100.49
HSL242.22º11.59%45.69%-
HSV(B)242.22º20.77%50.98%-
XYZ14.5914.2623.1-
YUV106.38141.33126.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=30.86%
G=30.56%
B=38.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041031300.20.2100.49242.2211.5945.69
Hex6867821415031f2c2e
Octal15014720224250613621456
Binary110100011001111000001010100101010110001111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686782; }

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

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

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

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

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

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

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

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