#615598

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

Shades of Butterfly Bush #615598

Tints of Butterfly Bush #615598

Color information

#615598 (or 0x615598) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 98. RGB value is (97,85,152). Sum of RGB (Red+Green+Blue) = 97+85+152=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #615598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615598 is #9EAA67. Grayscale: #5F5F5F. Windows color (decimal): -10398312 or 9983329. OLE color: 9983329.

HSL color Cylindrical-coordinate representation of color #615598: hue angle of 250.75º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615598 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9785152-
CMYK0.360.4400.40
HSL250.75º28.27%46.47%-
HSV(B)250.75º44.08%59.61%-
XYZ13.8511.3131.16-
YUV96.23159.48128.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=29.04%
G=25.45%
B=45.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97851520.360.4400.40250.7528.2746.47
Hex615598242C028fb1c2e
Octal14112523044540503733456
Binary110000110101011001100010010010110001010001111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615598; }

 p { color: rgb(97,85,152); }

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

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

 a { background-color: rgb(97,85,152); }

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

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

 span { border-color: rgb(97,85,152); }

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