#615385

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

Shades of Butterfly Bush #615385

Tints of Butterfly Bush #615385

Color information

#615385 (or 0x615385) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 85. RGB value is (97,83,133). Sum of RGB (Red+Green+Blue) = 97+83+133=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #615385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615385 is #9EAC7A. Grayscale: #5C5C5C. Windows color (decimal): -10398843 or 8737633. OLE color: 8737633.

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

Color convert

RGB9783133-
CMYK0.270.3800.48
HSL256.8º23.15%42.35%-
HSV(B)256.8º37.59%52.16%-
XYZ12.2610.4223.56-
YUV92.89150.64130.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=30.99%
G=26.52%
B=42.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97831330.270.3800.48256.823.1542.35
Hex6153851B26030101172a
Octal14112320533460604012752
Binary110000110100111000010111011100110011000010000000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615385; }

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

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

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

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

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

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

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

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