#686A89

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

Shades of Comet #686A89

Tints of Comet #686A89

Color information

#686A89 (or 0x686A89) is unknown color: approx Comet. HEX triplet: 68, 6A and 89. RGB value is (104,106,137). Sum of RGB (Red+Green+Blue) = 104+106+137=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #686A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A89 is #979576. Grayscale: #6C6C6C. Windows color (decimal): -9934199 or 9005672. OLE color: 9005672.

HSL color Cylindrical-coordinate representation of color #686A89: hue angle of 236.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686A89 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104106137-
CMYK0.240.2300.46
HSL236.36º13.69%47.25%-
HSV(B)236.36º24.09%53.73%-
XYZ15.3815.0625.76-
YUV108.94143.84124.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=29.97%
G=30.55%
B=39.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041061370.240.2300.46236.3613.6947.25
Hex686A89181702Eece2f
Octal15015221130270563541657
Binary110100011010101000100111000101110101110111011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,137); }

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

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

 a { background-color: rgb(104,106,137); }

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

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

 span { border-color: rgb(104,106,137); }

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