#686B89

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

Shades of Comet #686B89

Tints of Comet #686B89

Color information

#686B89 (or 0x686B89) is unknown color: approx Comet. HEX triplet: 68, 6B and 89. RGB value is (104,107,137). Sum of RGB (Red+Green+Blue) = 104+107+137=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #686B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B89 is #979476. Grayscale: #6D6D6D. Windows color (decimal): -9933943 or 9005928. OLE color: 9005928.

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

Color convert

RGB104107137-
CMYK0.240.2200.46
HSL234.55º13.69%47.25%-
HSV(B)234.55º24.09%53.73%-
XYZ15.4815.2625.8-
YUV109.52143.51124.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=29.89%
G=30.75%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041071370.240.2200.46234.5513.6947.25
Hex686B89181602Eebe2f
Octal15015321130260563531657
Binary110100011010111000100111000101100101110111010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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