#64509D

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

Shades of Butterfly Bush #64509D

Tints of Butterfly Bush #64509D

Color information

#64509D (or 0x64509D) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 9D. RGB value is (100,80,157). Sum of RGB (Red+Green+Blue) = 100+80+157=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #64509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64509D is #9BAF62. Grayscale: #5E5E5E. Windows color (decimal): -10202979 or 10309732. OLE color: 10309732.

HSL color Cylindrical-coordinate representation of color #64509D: hue angle of 255.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64509D is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10080157-
CMYK0.360.4900.38
HSL255.58º32.49%46.47%-
HSV(B)255.58º49.04%61.57%-
XYZ14.2110.8833.25-
YUV94.76163.13131.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=29.67%
G=23.74%
B=46.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100801570.360.4900.38255.5832.4946.47
Hex64509D2431026100202e
Octal14412023544610464004056
Binary11001001010000100111011001001100010100110100000000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64509D; }

 p { color: rgb(100,80,157); }

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

<style>
 a { background-color: #64509D; }

 a { background-color: rgb(100,80,157); }

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

<style>
 span { border-color: #64509D; }

 span { border-color: rgb(100,80,157); }

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