#605A93

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

Shades of Butterfly Bush #605A93

Tints of Butterfly Bush #605A93

Color information

#605A93 (or 0x605A93) is unknown color: approx Butterfly Bush. HEX triplet: 60, 5A and 93. RGB value is (96,90,147). Sum of RGB (Red+Green+Blue) = 96+90+147=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #605A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A93 is #9FA56C. Grayscale: #626262. Windows color (decimal): -10462573 or 9656928. OLE color: 9656928.

HSL color Cylindrical-coordinate representation of color #605A93: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #605A93 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9690147-
CMYK0.350.3900.42
HSL246.32º24.05%46.47%-
HSV(B)246.32º38.78%57.65%-
XYZ13.7511.9129.18-
YUV98.29155.49126.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=28.83%
G=27.03%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96901470.350.3900.42246.3224.0546.47
Hex605A93232702Af6182e
Octal14013222343470523663056
Binary110000010110101001001110001110011101010101111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A93; }

 p { color: rgb(96,90,147); }

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

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

 a { background-color: rgb(96,90,147); }

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

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

 span { border-color: rgb(96,90,147); }

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