#60508B

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

Shades of Butterfly Bush #60508B

Tints of Butterfly Bush #60508B

Color information

#60508B (or 0x60508B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 8B. RGB value is (96,80,139). Sum of RGB (Red+Green+Blue) = 96+80+139=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #60508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60508B is #9FAF74. Grayscale: #5B5B5B. Windows color (decimal): -10465141 or 9130080. OLE color: 9130080.

HSL color Cylindrical-coordinate representation of color #60508B: hue angle of 256.27º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60508B is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9680139-
CMYK0.310.4200.45
HSL256.27º26.94%42.94%-
HSV(B)256.27º42.45%54.51%-
XYZ12.3510.0925.72-
YUV91.51154.8131.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=30.48%
G=25.40%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96801390.310.4200.45256.2726.9442.94
Hex60508B1F2A02D1001b2b
Octal14012021337520554003353
Binary110000010100001000101111111101010010110110000000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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