#686889

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

Shades of Comet #686889

Tints of Comet #686889

Color information

#686889 (or 0x686889) is unknown color: approx Comet. HEX triplet: 68, 68 and 89. RGB value is (104,104,137). Sum of RGB (Red+Green+Blue) = 104+104+137=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #686889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686889 is #979776. Grayscale: #6B6B6B. Windows color (decimal): -9934711 or 9005160. OLE color: 9005160.

HSL color Cylindrical-coordinate representation of color #686889: hue angle of 240º 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 #686889 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104104137-
CMYK0.240.2400.46
HSL240º13.69%47.25%-
HSV(B)240º24.09%53.73%-
XYZ15.1714.6525.69-
YUV107.76144.5125.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=30.14%
G=30.14%
B=39.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041041370.240.2400.4624013.6947.25
Hex686889181802Ef0e2f
Octal15015021130300563601657
Binary110100011010001000100111000110000101110111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686889; }

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

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

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

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

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

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

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

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