#645495

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

Shades of Butterfly Bush #645495

Tints of Butterfly Bush #645495

Color information

#645495 (or 0x645495) is unknown color: approx Butterfly Bush. HEX triplet: 64, 54 and 95. RGB value is (100,84,149). Sum of RGB (Red+Green+Blue) = 100+84+149=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #645495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645495 is #9BAB6A. Grayscale: #5F5F5F. Windows color (decimal): -10201963 or 9786468. OLE color: 9786468.

HSL color Cylindrical-coordinate representation of color #645495: hue angle of 254.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645495 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10084149-
CMYK0.330.4400.42
HSL254.77º27.9%45.69%-
HSV(B)254.77º43.62%58.43%-
XYZ13.8511.2229.87-
YUV96.19157.8130.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=30.03%
G=25.23%
B=44.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100841490.330.4400.42254.7727.945.69
Hex645495212C02Aff1c2e
Octal14412422541540523773456
Binary110010010101001001010110000110110001010101111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645495; }

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

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

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

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

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

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

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

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