#645489

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

Shades of Butterfly Bush #645489

Tints of Butterfly Bush #645489

Color information

#645489 (or 0x645489) is unknown color: approx Butterfly Bush. HEX triplet: 64, 54 and 89. RGB value is (100,84,137). Sum of RGB (Red+Green+Blue) = 100+84+137=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #645489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645489 is #9BAB76. Grayscale: #5E5E5E. Windows color (decimal): -10201975 or 9000036. OLE color: 9000036.

HSL color Cylindrical-coordinate representation of color #645489: hue angle of 258.11º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #645489 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10084137-
CMYK0.270.3900.46
HSL258.11º23.98%43.33%-
HSV(B)258.11º38.69%53.73%-
XYZ12.9410.8625.08-
YUV94.83151.8131.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=31.15%
G=26.17%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100841370.270.3900.46258.1123.9843.33
Hex6454891B2702E102182b
Octal14412421133470564023053
Binary110010010101001000100111011100111010111010000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645489; }

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

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

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

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

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

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

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

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