#615296

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

Shades of Butterfly Bush #615296

Tints of Butterfly Bush #615296

Color information

#615296 (or 0x615296) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 96. RGB value is (97,82,150). Sum of RGB (Red+Green+Blue) = 97+82+150=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #615296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615296 is #9EAD69. Grayscale: #5D5D5D. Windows color (decimal): -10399082 or 9851489. OLE color: 9851489.

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

Color convert

RGB9782150-
CMYK0.350.4500.41
HSL253.24º29.31%45.49%-
HSV(B)253.24º45.33%58.82%-
XYZ13.4510.7830.23-
YUV94.24159.47129.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=29.48%
G=24.92%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97821500.350.4500.41253.2429.3145.49
Hex615296232D029fd1d2d
Octal14112222643550513753555
Binary110000110100101001011010001110110101010011111110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615296; }

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

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

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

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

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

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

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

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