#60519A

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

Shades of Butterfly Bush #60519A

Tints of Butterfly Bush #60519A

Color information

#60519A (or 0x60519A) is unknown color: approx Butterfly Bush. HEX triplet: 60, 51 and 9A. RGB value is (96,81,154). Sum of RGB (Red+Green+Blue) = 96+81+154=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #60519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60519A is #9FAE65. Grayscale: #5D5D5D. Windows color (decimal): -10464870 or 10113376. OLE color: 10113376.

HSL color Cylindrical-coordinate representation of color #60519A: hue angle of 252.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60519A is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9681154-
CMYK0.380.4700.40
HSL252.33º31.06%46.08%-
HSV(B)252.33º47.4%60.39%-
XYZ13.610.731.92-
YUV93.81161.97129.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=29.00%
G=24.47%
B=46.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96811540.380.4700.40252.3331.0646.08
Hex60519A262F028fc1f2e
Octal14012123246570503743756
Binary110000010100011001101010011010111101010001111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60519A; }

 p { color: rgb(96,81,154); }

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

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

 a { background-color: rgb(96,81,154); }

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

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

 span { border-color: rgb(96,81,154); }

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