#60508E

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

Shades of Butterfly Bush #60508E

Tints of Butterfly Bush #60508E

Color information

#60508E (or 0x60508E) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 8E. RGB value is (96,80,142). Sum of RGB (Red+Green+Blue) = 96+80+142=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #60508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60508E is #9FAF71. Grayscale: #5B5B5B. Windows color (decimal): -10465138 or 9326688. OLE color: 9326688.

HSL color Cylindrical-coordinate representation of color #60508E: hue angle of 255.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60508E is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9680142-
CMYK0.320.4400.44
HSL255.48º27.93%43.53%-
HSV(B)255.48º43.66%55.69%-
XYZ12.5810.1826.89-
YUV91.85156.3130.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=30.19%
G=25.16%
B=44.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96801420.320.4400.44255.4827.9343.53
Hex60508E202C02Cff1c2c
Octal14012021640540543773454
Binary110000010100001000111010000010110001011001111111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60508E; }

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

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

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

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

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

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

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

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