#615297

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

Shades of Butterfly Bush #615297

Tints of Butterfly Bush #615297

Color information

#615297 (or 0x615297) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 97. RGB value is (97,82,151). Sum of RGB (Red+Green+Blue) = 97+82+151=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #615297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615297 is #9EAD68. Grayscale: #5E5E5E. Windows color (decimal): -10399081 or 9917025. OLE color: 9917025.

HSL color Cylindrical-coordinate representation of color #615297: hue angle of 253.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615297 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9782151-
CMYK0.360.4600.41
HSL253.04º29.61%45.69%-
HSV(B)253.04º45.7%59.22%-
XYZ13.5310.8130.65-
YUV94.35159.97129.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=29.39%
G=24.85%
B=45.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97821510.360.4600.41253.0429.6145.69
Hex615297242E029fd1e2e
Octal14112222744560513753656
Binary110000110100101001011110010010111001010011111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615297; }

 p { color: rgb(97,82,151); }

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

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

 a { background-color: rgb(97,82,151); }

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

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

 span { border-color: rgb(97,82,151); }

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