#686685

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

Shades of Comet #686685

Tints of Comet #686685

Color information

#686685 (or 0x686685) is unknown color: approx Comet. HEX triplet: 68, 66 and 85. RGB value is (104,102,133). Sum of RGB (Red+Green+Blue) = 104+102+133=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #686685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686685 is #97997A. Grayscale: #6A6A6A. Windows color (decimal): -9935227 or 8742504. OLE color: 8742504.

HSL color Cylindrical-coordinate representation of color #686685: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686685 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104102133-
CMYK0.220.2300.48
HSL243.87º13.19%46.08%-
HSV(B)243.87º23.31%52.16%-
XYZ14.6914.1424.14-
YUV106.13143.16126.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=30.68%
G=30.09%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041021330.220.2300.48243.8713.1946.08
Hex6866851617030f4d2e
Octal15014620526270603641556
Binary110100011001101000010110110101110110000111101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686685; }

 p { color: rgb(104,102,133); }

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

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

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

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

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

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

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