#64507C

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

Shades of Butterfly Bush #64507C

Tints of Butterfly Bush #64507C

Color information

#64507C (or 0x64507C) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 7C. RGB value is (100,80,124). Sum of RGB (Red+Green+Blue) = 100+80+124=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #64507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64507C is #9BAF83. Grayscale: #5A5A5A. Windows color (decimal): -10203012 or 8147044. OLE color: 8147044.

HSL color Cylindrical-coordinate representation of color #64507C: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64507C is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10080124-
CMYK0.190.3500.51
HSL267.27º21.57%40%-
HSV(B)267.27º35.48%48.63%-
XYZ11.769.920.36-
YUV91146.63134.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=32.89%
G=26.32%
B=40.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100801240.190.3500.51267.2721.5740
Hex64507C132303310b1628
Octal14412017423430634132650
Binary11001001010000111110010011100011011001110000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64507C; }

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

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

<style>
 a { background-color: #64507C; }

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

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

<style>
 span { border-color: #64507C; }

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

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