#645493

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

Shades of Butterfly Bush #645493

Tints of Butterfly Bush #645493

Color information

#645493 (or 0x645493) is unknown color: approx Butterfly Bush. HEX triplet: 64, 54 and 93. RGB value is (100,84,147). Sum of RGB (Red+Green+Blue) = 100+84+147=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #645493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645493 is #9BAB6C. Grayscale: #5F5F5F. Windows color (decimal): -10201965 or 9655396. OLE color: 9655396.

HSL color Cylindrical-coordinate representation of color #645493: hue angle of 255.24º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645493 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10084147-
CMYK0.320.4300.42
HSL255.24º27.27%45.29%-
HSV(B)255.24º42.86%57.65%-
XYZ13.6911.1629.04-
YUV95.97156.8130.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=30.21%
G=25.38%
B=44.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100841470.320.4300.42255.2427.2745.29
Hex645493202B02Aff1b2d
Octal14412422340530523773355
Binary110010010101001001001110000010101101010101111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645493; }

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

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

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

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

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

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

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

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