#686B85

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

Shades of Comet #686B85

Tints of Comet #686B85

Color information

#686B85 (or 0x686B85) is unknown color: approx Comet. HEX triplet: 68, 6B and 85. RGB value is (104,107,133). Sum of RGB (Red+Green+Blue) = 104+107+133=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #686B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B85 is #97947A. Grayscale: #6C6C6C. Windows color (decimal): -9933947 or 8743784. OLE color: 8743784.

HSL color Cylindrical-coordinate representation of color #686B85: hue angle of 233.79º 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 #686B85 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104107133-
CMYK0.220.2000.48
HSL233.79º12.24%46.47%-
HSV(B)233.79º21.8%52.16%-
XYZ15.215.1524.31-
YUV109.07141.51124.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=30.23%
G=31.10%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041071330.220.2000.48233.7912.2446.47
Hex686B851614030eac2e
Octal15015320526240603521456
Binary110100011010111000010110110101000110000111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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