#645082

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

Shades of Butterfly Bush #645082

Tints of Butterfly Bush #645082

Color information

#645082 (or 0x645082) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 82. RGB value is (100,80,130). Sum of RGB (Red+Green+Blue) = 100+80+130=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #645082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645082 is #9BAF7D. Grayscale: #5B5B5B. Windows color (decimal): -10203006 or 8540260. OLE color: 8540260.

HSL color Cylindrical-coordinate representation of color #645082: hue angle of 264º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645082 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10080130-
CMYK0.230.3800.49
HSL264º23.81%41.18%-
HSV(B)264º38.46%50.98%-
XYZ12.1510.0622.42-
YUV91.68149.63133.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=32.26%
G=25.81%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100801300.230.3800.4926423.8141.18
Hex64508217260311081829
Octal14412020227460614103051
Binary110010010100001000001010111100110011000110000100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645082; }

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

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

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

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

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

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

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

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