#684D8C

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

Shades of Butterfly Bush #684D8C

Tints of Butterfly Bush #684D8C

Color information

#684D8C (or 0x684D8C) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4D and 8C. RGB value is (104,77,140). Sum of RGB (Red+Green+Blue) = 104+77+140=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #684D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D8C is #97B273. Grayscale: #5C5C5C. Windows color (decimal): -9941620 or 9194856. OLE color: 9194856.

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

Color convert

RGB10477140-
CMYK0.260.4500.45
HSL265.71º29.03%42.55%-
HSV(B)265.71º45%54.9%-
XYZ13.110.1426.08-
YUV92.26154.95136.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=32.40%
G=23.99%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104771400.260.4500.45265.7129.0342.55
Hex684D8C1A2D02D10a1d2b
Octal15011521432550554123553
Binary110100010011011000110011010101101010110110000101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,140); }

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

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

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

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

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

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

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