#615485

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

Shades of Butterfly Bush #615485

Tints of Butterfly Bush #615485

Color information

#615485 (or 0x615485) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 85. RGB value is (97,84,133). Sum of RGB (Red+Green+Blue) = 97+84+133=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #615485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615485 is #9EAB7A. Grayscale: #5D5D5D. Windows color (decimal): -10398587 or 8737889. OLE color: 8737889.

HSL color Cylindrical-coordinate representation of color #615485: hue angle of 255.92º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615485 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9784133-
CMYK0.270.3700.48
HSL255.92º22.58%42.55%-
HSV(B)255.92º36.84%52.16%-
XYZ12.3310.5823.58-
YUV93.47150.31130.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=30.89%
G=26.75%
B=42.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97841330.270.3700.48255.9222.5842.55
Hex6154851B25030100172b
Octal14112420533450604002753
Binary110000110101001000010111011100101011000010000000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615485; }

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

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

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

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

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

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

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

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