#615490

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

Shades of Butterfly Bush #615490

Tints of Butterfly Bush #615490

Color information

#615490 (or 0x615490) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 90. RGB value is (97,84,144). Sum of RGB (Red+Green+Blue) = 97+84+144=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #615490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615490 is #9EAB6F. Grayscale: #5E5E5E. Windows color (decimal): -10398576 or 9458785. OLE color: 9458785.

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

Color convert

RGB9784144-
CMYK0.330.4200.44
HSL253º26.32%44.71%-
HSV(B)253º41.67%56.47%-
XYZ13.1310.927.8-
YUV94.73155.81129.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=29.85%
G=25.85%
B=44.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97841440.330.4200.4425326.3244.71
Hex615490212A02Cfd1a2d
Octal14112422041520543753255
Binary110000110101001001000010000110101001011001111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615490; }

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

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

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

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

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

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

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

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