#615188

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

Shades of Butterfly Bush #615188

Tints of Butterfly Bush #615188

Color information

#615188 (or 0x615188) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 88. RGB value is (97,81,136). Sum of RGB (Red+Green+Blue) = 97+81+136=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #615188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615188 is #9EAE77. Grayscale: #5B5B5B. Windows color (decimal): -10399352 or 8933729. OLE color: 8933729.

HSL color Cylindrical-coordinate representation of color #615188: hue angle of 257.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615188 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9781136-
CMYK0.290.4000.47
HSL257.45º25.35%42.55%-
HSV(B)257.45º40.44%53.33%-
XYZ12.3210.224.61-
YUV92.05152.8131.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=30.89%
G=25.80%
B=43.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97811360.290.4000.47257.4525.3542.55
Hex6151881D2802F101192b
Octal14112121035500574013153
Binary110000110100011000100011101101000010111110000000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615188; }

 p { color: rgb(97,81,136); }

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

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

 a { background-color: rgb(97,81,136); }

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

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

 span { border-color: rgb(97,81,136); }

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