#684F82

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

Shades of Butterfly Bush #684F82

Tints of Butterfly Bush #684F82

Color information

#684F82 (or 0x684F82) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4F and 82. RGB value is (104,79,130). Sum of RGB (Red+Green+Blue) = 104+79+130=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #684F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F82 is #97B07D. Grayscale: #5C5C5C. Windows color (decimal): -9941118 or 8540008. OLE color: 8540008.

HSL color Cylindrical-coordinate representation of color #684F82: hue angle of 269.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684F82 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10479130-
CMYK0.20.3900.49
HSL269.41º24.4%40.98%-
HSV(B)269.41º39.23%50.98%-
XYZ12.5310.1522.42-
YUV92.29149.28136.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=33.23%
G=25.24%
B=41.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104791300.20.3900.49269.4124.440.98
Hex684F82142703110d1829
Octal15011720224470614153051
Binary110100010011111000001010100100111011000110000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,79,130); }

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

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

 a { background-color: rgb(104,79,130); }

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

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

 span { border-color: rgb(104,79,130); }

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