#615090

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

Shades of Butterfly Bush #615090

Tints of Butterfly Bush #615090

Color information

#615090 (or 0x615090) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 90. RGB value is (97,80,144). Sum of RGB (Red+Green+Blue) = 97+80+144=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #615090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615090 is #9EAF6F. Grayscale: #5C5C5C. Windows color (decimal): -10399600 or 9457761. OLE color: 9457761.

HSL color Cylindrical-coordinate representation of color #615090: hue angle of 255.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615090 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9780144-
CMYK0.330.4400.44
HSL255.94º28.57%43.92%-
HSV(B)255.94º44.44%56.47%-
XYZ12.8310.2927.7-
YUV92.38157.13131.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=30.22%
G=24.92%
B=44.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97801440.330.4400.44255.9428.5743.92
Hex615090212C02C1001d2c
Octal14112022041540544003554
Binary1100001101000010010000100001101100010110010000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615090; }

 p { color: rgb(97,80,144); }

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

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

 a { background-color: rgb(97,80,144); }

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

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

 span { border-color: rgb(97,80,144); }

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