#645790

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

Shades of Butterfly Bush #645790

Tints of Butterfly Bush #645790

Color information

#645790 (or 0x645790) is unknown color: approx Butterfly Bush. HEX triplet: 64, 57 and 90. RGB value is (100,87,144). Sum of RGB (Red+Green+Blue) = 100+87+144=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #645790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645790 is #9BA86F. Grayscale: #616161. Windows color (decimal): -10201200 or 9459556. OLE color: 9459556.

HSL color Cylindrical-coordinate representation of color #645790: hue angle of 253.68º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645790 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10087144-
CMYK0.310.4000.44
HSL253.68º24.68%45.29%-
HSV(B)253.68º39.58%56.47%-
XYZ13.711.5427.89-
YUV97.38154.31129.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=30.21%
G=26.28%
B=43.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100871440.310.4000.44253.6824.6845.29
Hex6457901F2802Cfe192d
Octal14412722037500543763155
Binary11001001010111100100001111110100001011001111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645790; }

 p { color: rgb(100,87,144); }

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

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

 a { background-color: rgb(100,87,144); }

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

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

 span { border-color: rgb(100,87,144); }

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