#684F84

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

Shades of Butterfly Bush #684F84

Tints of Butterfly Bush #684F84

Color information

#684F84 (or 0x684F84) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4F and 84. RGB value is (104,79,132). Sum of RGB (Red+Green+Blue) = 104+79+132=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #684F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F84 is #97B07B. Grayscale: #5C5C5C. Windows color (decimal): -9941116 or 8671080. OLE color: 8671080.

HSL color Cylindrical-coordinate representation of color #684F84: hue angle of 268.3º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684F84 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10479132-
CMYK0.210.4000.48
HSL268.3º25.12%41.37%-
HSV(B)268.3º40.15%51.76%-
XYZ12.6710.223.13-
YUV92.52150.28136.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=33.02%
G=25.08%
B=41.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104791320.210.4000.48268.325.1241.37
Hex684F84152803010c1929
Octal15011720425500604143151
Binary110100010011111000010010101101000011000010000110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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