#645799

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

Shades of Butterfly Bush #645799

Tints of Butterfly Bush #645799

Color information

#645799 (or 0x645799) is unknown color: approx Butterfly Bush. HEX triplet: 64, 57 and 99. RGB value is (100,87,153). Sum of RGB (Red+Green+Blue) = 100+87+153=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #645799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645799 is #9BA866. Grayscale: #626262. Windows color (decimal): -10201191 or 10049380. OLE color: 10049380.

HSL color Cylindrical-coordinate representation of color #645799: hue angle of 251.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645799 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10087153-
CMYK0.350.4300.4
HSL251.82º27.5%47.06%-
HSV(B)251.82º43.14%60%-
XYZ14.4111.8331.66-
YUV98.41158.81129.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 153 (60.16% from 255) = 45%
R=29.41%
G=25.59%
B=45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100871530.350.4300.4251.8227.547.06
Hex645799232B028fc1b2f
Octal14412723143530503743357
Binary110010010101111001100110001110101101010001111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645799; }

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

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

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

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

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

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

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

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