#615895

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

Shades of Butterfly Bush #615895

Tints of Butterfly Bush #615895

Color information

#615895 (or 0x615895) is unknown color: approx Butterfly Bush. HEX triplet: 61, 58 and 95. RGB value is (97,88,149). Sum of RGB (Red+Green+Blue) = 97+88+149=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #615895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615895 is #9EA76A. Grayscale: #616161. Windows color (decimal): -10397547 or 9787489. OLE color: 9787489.

HSL color Cylindrical-coordinate representation of color #615895: hue angle of 248.85º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615895 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9788149-
CMYK0.350.4100.42
HSL248.85º25.74%46.47%-
HSV(B)248.85º40.94%58.43%-
XYZ13.8411.6929.96-
YUV97.64156.98127.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=29.04%
G=26.35%
B=44.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97881490.350.4100.42248.8525.7446.47
Hex615895232902Af91a2e
Octal14113022543510523713256
Binary110000110110001001010110001110100101010101111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615895; }

 p { color: rgb(97,88,149); }

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

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

 a { background-color: rgb(97,88,149); }

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

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

 span { border-color: rgb(97,88,149); }

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