#615288

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

Shades of Butterfly Bush #615288

Tints of Butterfly Bush #615288

Color information

#615288 (or 0x615288) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 88. RGB value is (97,82,136). Sum of RGB (Red+Green+Blue) = 97+82+136=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #615288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615288 is #9EAD77. Grayscale: #5C5C5C. Windows color (decimal): -10399096 or 8933985. OLE color: 8933985.

HSL color Cylindrical-coordinate representation of color #615288: hue angle of 256.67º 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 #615288 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9782136-
CMYK0.290.4000.47
HSL256.67º24.77%42.75%-
HSV(B)256.67º39.71%53.33%-
XYZ12.3910.3524.64-
YUV92.64152.47131.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=30.79%
G=26.03%
B=43.17%

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
Decimal97821360.290.4000.47256.6724.7742.75
Hex6152881D2802F101192b
Octal14112221035500574013153
Binary110000110100101000100011101101000010111110000000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615288; }

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

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

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

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

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

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

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

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