#60509D

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

Shades of Butterfly Bush #60509D

Tints of Butterfly Bush #60509D

Color information

#60509D (or 0x60509D) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 9D. RGB value is (96,80,157). Sum of RGB (Red+Green+Blue) = 96+80+157=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #60509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60509D is #9FAF62. Grayscale: #5D5D5D. Windows color (decimal): -10465123 or 10309728. OLE color: 10309728.

HSL color Cylindrical-coordinate representation of color #60509D: hue angle of 252.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60509D is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9680157-
CMYK0.390.4900.38
HSL252.47º32.49%46.47%-
HSV(B)252.47º49.04%61.57%-
XYZ13.7810.6633.23-
YUV93.56163.8129.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=28.83%
G=24.02%
B=47.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96801570.390.4900.38252.4732.4946.47
Hex60509D2731026fc202e
Octal14012023547610463744056
Binary1100000101000010011101100111110001010011011111100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60509D; }

 p { color: rgb(96,80,157); }

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

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

 a { background-color: rgb(96,80,157); }

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

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

 span { border-color: rgb(96,80,157); }

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