#686C85

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

Shades of Comet #686C85

Tints of Comet #686C85

Color information

#686C85 (or 0x686C85) is unknown color: approx Comet. HEX triplet: 68, 6C and 85. RGB value is (104,108,133). Sum of RGB (Red+Green+Blue) = 104+108+133=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #686C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C85 is #97937A. Grayscale: #6D6D6D. Windows color (decimal): -9933691 or 8744040. OLE color: 8744040.

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

Color convert

RGB104108133-
CMYK0.220.1900.48
HSL231.72º12.24%46.47%-
HSV(B)231.72º21.8%52.16%-
XYZ15.3115.3624.35-
YUV109.65141.17123.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=30.14%
G=31.30%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041081330.220.1900.48231.7212.2446.47
Hex686C851613030e8c2e
Octal15015420526230603501456
Binary110100011011001000010110110100110110000111010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686C85; }

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

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

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

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

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

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

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

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