#615093

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

Shades of Butterfly Bush #615093

Tints of Butterfly Bush #615093

Color information

#615093 (or 0x615093) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 93. RGB value is (97,80,147). Sum of RGB (Red+Green+Blue) = 97+80+147=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #615093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615093 is #9EAF6C. Grayscale: #5C5C5C. Windows color (decimal): -10399597 or 9654369. OLE color: 9654369.

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

Color convert

RGB9780147-
CMYK0.340.4600.42
HSL255.22º29.52%44.51%-
HSV(B)255.22º45.58%57.65%-
XYZ13.0610.3928.92-
YUV92.72158.63131.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=29.94%
G=24.69%
B=45.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97801470.340.4600.42255.2229.5244.51
Hex615093222E02Aff1e2d
Octal14112022342560523773655
Binary110000110100001001001110001010111001010101111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615093; }

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

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

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

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

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

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

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

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