#645499

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

Shades of Butterfly Bush #645499

Tints of Butterfly Bush #645499

Color information

#645499 (or 0x645499) is unknown color: approx Butterfly Bush. HEX triplet: 64, 54 and 99. RGB value is (100,84,153). Sum of RGB (Red+Green+Blue) = 100+84+153=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #645499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645499 is #9BAB66. Grayscale: #606060. Windows color (decimal): -10201959 or 10048612. OLE color: 10048612.

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

Color convert

RGB10084153-
CMYK0.350.4500.4
HSL253.91º29.11%46.47%-
HSV(B)253.91º45.1%60%-
XYZ14.1811.3531.58-
YUV96.65159.8130.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=29.67%
G=24.93%
B=45.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100841530.350.4500.4253.9129.1146.47
Hex645499232D028fe1d2e
Octal14412423143550503763556
Binary110010010101001001100110001110110101010001111111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645499; }

 p { color: rgb(100,84,153); }

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

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

 a { background-color: rgb(100,84,153); }

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

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

 span { border-color: rgb(100,84,153); }

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