#684C86

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

Shades of Butterfly Bush #684C86

Tints of Butterfly Bush #684C86

Color information

#684C86 (or 0x684C86) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4C and 86. RGB value is (104,76,134). Sum of RGB (Red+Green+Blue) = 104+76+134=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #684C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C86 is #97B379. Grayscale: #5A5A5A. Windows color (decimal): -9941882 or 8801384. OLE color: 8801384.

HSL color Cylindrical-coordinate representation of color #684C86: hue angle of 268.97º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #684C86 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10476134-
CMYK0.220.4300.47
HSL268.97º27.62%41.18%-
HSV(B)268.97º43.28%52.55%-
XYZ12.69.8323.79-
YUV90.98152.28137.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=33.12%
G=24.20%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104761340.220.4300.47268.9727.6241.18
Hex684C86162B02F10d1c29
Octal15011420626530574153451
Binary110100010011001000011010110101011010111110000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,134); }

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

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

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

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

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

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

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