#60509B

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

Shades of Butterfly Bush #60509B

Tints of Butterfly Bush #60509B

Color information

#60509B (or 0x60509B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 9B. RGB value is (96,80,155). Sum of RGB (Red+Green+Blue) = 96+80+155=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #60509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60509B is #9FAF64. Grayscale: #5D5D5D. Windows color (decimal): -10465125 or 10178656. OLE color: 10178656.

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

Color convert

RGB9680155-
CMYK0.380.4800.39
HSL252.8º31.91%46.08%-
HSV(B)252.8º48.39%60.78%-
XYZ13.6110.5932.34-
YUV93.33162.8129.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=29.00%
G=24.17%
B=46.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96801550.380.4800.39252.831.9146.08
Hex60509B2630027fd202e
Octal14012023346600473754056
Binary1100000101000010011011100110110000010011111111101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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