#615491

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

Shades of Butterfly Bush #615491

Tints of Butterfly Bush #615491

Color information

#615491 (or 0x615491) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 91. RGB value is (97,84,145). Sum of RGB (Red+Green+Blue) = 97+84+145=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #615491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615491 is #9EAB6E. Grayscale: #5E5E5E. Windows color (decimal): -10398575 or 9524321. OLE color: 9524321.

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

Color convert

RGB9784145-
CMYK0.330.4200.43
HSL252.79º26.64%44.9%-
HSV(B)252.79º42.07%56.86%-
XYZ13.2110.9328.2-
YUV94.84156.31129.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=29.75%
G=25.77%
B=44.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97841450.330.4200.43252.7926.6444.9
Hex615491212A02Bfd1b2d
Octal14112422141520533753355
Binary110000110101001001000110000110101001010111111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615491; }

 p { color: rgb(97,84,145); }

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

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

 a { background-color: rgb(97,84,145); }

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

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

 span { border-color: rgb(97,84,145); }

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