#645591

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

Shades of Butterfly Bush #645591

Tints of Butterfly Bush #645591

Color information

#645591 (or 0x645591) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 91. RGB value is (100,85,145). Sum of RGB (Red+Green+Blue) = 100+85+145=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #645591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645591 is #9BAA6E. Grayscale: #606060. Windows color (decimal): -10201711 or 9524580. OLE color: 9524580.

HSL color Cylindrical-coordinate representation of color #645591: hue angle of 255º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #645591 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10085145-
CMYK0.310.4100.43
HSL255º26.09%45.1%-
HSV(B)255º41.38%56.86%-
XYZ13.6111.2528.24-
YUV96.32155.47130.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=30.30%
G=25.76%
B=43.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100851450.310.4100.4325526.0945.1
Hex6455911F2902Bff1a2d
Octal14412522137510533773255
Binary11001001010101100100011111110100101010111111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645591; }

 p { color: rgb(100,85,145); }

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

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

 a { background-color: rgb(100,85,145); }

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

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

 span { border-color: rgb(100,85,145); }

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