#686B84

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

Shades of Comet #686B84

Tints of Comet #686B84

Color information

#686B84 (or 0x686B84) is unknown color: approx Comet. HEX triplet: 68, 6B and 84. RGB value is (104,107,132). Sum of RGB (Red+Green+Blue) = 104+107+132=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #686B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B84 is #97947B. Grayscale: #6C6C6C. Windows color (decimal): -9933948 or 8678248. OLE color: 8678248.

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

Color convert

RGB104107132-
CMYK0.210.1900.48
HSL233.57º11.86%46.27%-
HSV(B)233.57º21.21%51.76%-
XYZ15.1315.1223.95-
YUV108.95141.01124.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=30.32%
G=31.20%
B=38.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041071320.210.1900.48233.5711.8646.27
Hex686B841513030eac2e
Octal15015320425230603521456
Binary110100011010111000010010101100110110000111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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