#684E8E

Color #684E8E Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #684E8E

Tints of Butterfly Bush #684E8E

Color information

#684E8E (or 0x684E8E) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4E and 8E. RGB value is (104,78,142). Sum of RGB (Red+Green+Blue) = 104+78+142=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #684E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684E8E is #97B171. Grayscale: #5C5C5C. Windows color (decimal): -9941362 or 9326184. OLE color: 9326184.

HSL color Cylindrical-coordinate representation of color #684E8E: hue angle of 264.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684E8E is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10478142-
CMYK0.270.4500.44
HSL264.38º29.09%43.14%-
HSV(B)264.38º45.07%55.69%-
XYZ13.3210.3426.89-
YUV93.07155.61135.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=32.10%
G=24.07%
B=43.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104781420.270.4500.44264.3829.0943.14
Hex684E8E1B2D02C1081d2b
Octal15011621633550544103553
Binary110100010011101000111011011101101010110010000100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684E8E; }

 p { color: rgb(104,78,142); }

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

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

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

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

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

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

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