#686A8A

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

Shades of Comet #686A8A

Tints of Comet #686A8A

Color information

#686A8A (or 0x686A8A) is unknown color: approx Comet. HEX triplet: 68, 6A and 8A. RGB value is (104,106,138). Sum of RGB (Red+Green+Blue) = 104+106+138=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #686A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8A is #979575. Grayscale: #6C6C6C. Windows color (decimal): -9934198 or 9071208. OLE color: 9071208.

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

Color convert

RGB104106138-
CMYK0.250.2300.46
HSL236.47º14.05%47.45%-
HSV(B)236.47º24.64%54.12%-
XYZ15.4515.0926.14-
YUV109.05144.34124.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=29.89%
G=30.46%
B=39.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041061380.250.2300.46236.4714.0547.45
Hex686A8A191702Eece2f
Octal15015221231270563541657
Binary110100011010101000101011001101110101110111011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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