#645099

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

Shades of Butterfly Bush #645099

Tints of Butterfly Bush #645099

Color information

#645099 (or 0x645099) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 99. RGB value is (100,80,153). Sum of RGB (Red+Green+Blue) = 100+80+153=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #645099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645099 is #9BAF66. Grayscale: #5E5E5E. Windows color (decimal): -10202983 or 10047588. OLE color: 10047588.

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

Color convert

RGB10080153-
CMYK0.350.4800.4
HSL256.44º31.33%45.69%-
HSV(B)256.44º47.71%60%-
XYZ13.8710.7531.48-
YUV94.3161.13132.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=30.03%
G=24.02%
B=45.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100801530.350.4800.4256.4431.3345.69
Hex64509923300281001f2e
Octal14412023143600504003756
Binary1100100101000010011001100011110000010100010000000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645099; }

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

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

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

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

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

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

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

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