#64559A

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

Shades of Butterfly Bush #64559A

Tints of Butterfly Bush #64559A

Color information

#64559A (or 0x64559A) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 9A. RGB value is (100,85,154). Sum of RGB (Red+Green+Blue) = 100+85+154=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #64559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64559A is #9BAA65. Grayscale: #616161. Windows color (decimal): -10201702 or 10114404. OLE color: 10114404.

HSL color Cylindrical-coordinate representation of color #64559A: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64559A is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10085154-
CMYK0.350.4500.40
HSL253.04º28.87%46.86%-
HSV(B)253.04º44.81%60.39%-
XYZ14.3411.5432.04-
YUV97.35159.97129.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=29.50%
G=25.07%
B=45.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100851540.350.4500.40253.0428.8746.86
Hex64559A232D028fd1d2f
Octal14412523243550503753557
Binary110010010101011001101010001110110101010001111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64559A; }

 p { color: rgb(100,85,154); }

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

<style>
 a { background-color: #64559A; }

 a { background-color: rgb(100,85,154); }

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

<style>
 span { border-color: #64559A; }

 span { border-color: rgb(100,85,154); }

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