#605491

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

Shades of Butterfly Bush #605491

Tints of Butterfly Bush #605491

Color information

#605491 (or 0x605491) is unknown color: approx Butterfly Bush. HEX triplet: 60, 54 and 91. RGB value is (96,84,145). Sum of RGB (Red+Green+Blue) = 96+84+145=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #605491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605491 is #9FAB6E. Grayscale: #5E5E5E. Windows color (decimal): -10464111 or 9524320. OLE color: 9524320.

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

Color convert

RGB9684145-
CMYK0.340.4200.43
HSL251.8º26.64%44.9%-
HSV(B)251.8º42.07%56.86%-
XYZ13.1110.8728.2-
YUV94.54156.48129.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=29.54%
G=25.85%
B=44.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96841450.340.4200.43251.826.6444.9
Hex605491222A02Bfc1b2d
Octal14012422142520533743355
Binary110000010101001001000110001010101001010111111110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605491; }

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

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

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

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

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

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

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

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