#605493

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

Shades of Butterfly Bush #605493

Tints of Butterfly Bush #605493

Color information

#605493 (or 0x605493) is unknown color: approx Butterfly Bush. HEX triplet: 60, 54 and 93. RGB value is (96,84,147). Sum of RGB (Red+Green+Blue) = 96+84+147=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #605493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605493 is #9FAB6C. Grayscale: #5E5E5E. Windows color (decimal): -10464109 or 9655392. OLE color: 9655392.

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

Color convert

RGB9684147-
CMYK0.350.4300.42
HSL251.43º27.27%45.29%-
HSV(B)251.43º42.86%57.65%-
XYZ13.2610.9329.02-
YUV94.77157.48128.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=29.36%
G=25.69%
B=44.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96841470.350.4300.42251.4327.2745.29
Hex605493232B02Afb1b2d
Octal14012422343530523733355
Binary110000010101001001001110001110101101010101111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605493; }

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

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

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

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

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

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

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

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