#60539A

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

Shades of Butterfly Bush #60539A

Tints of Butterfly Bush #60539A

Color information

#60539A (or 0x60539A) is unknown color: approx Butterfly Bush. HEX triplet: 60, 53 and 9A. RGB value is (96,83,154). Sum of RGB (Red+Green+Blue) = 96+83+154=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #60539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60539A is #9FAC65. Grayscale: #5E5E5E. Windows color (decimal): -10464358 or 10113888. OLE color: 10113888.

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

Color convert

RGB9683154-
CMYK0.380.4600.40
HSL250.99º29.96%46.47%-
HSV(B)250.99º46.1%60.39%-
XYZ13.7511.0131.97-
YUV94.98161.31128.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=28.83%
G=24.92%
B=46.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96831540.380.4600.40250.9929.9646.47
Hex60539A262E028fb1e2e
Octal14012323246560503733656
Binary110000010100111001101010011010111001010001111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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