#60507B

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

Shades of Butterfly Bush #60507B

Tints of Butterfly Bush #60507B

Color information

#60507B (or 0x60507B) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 7B. RGB value is (96,80,123). Sum of RGB (Red+Green+Blue) = 96+80+123=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #60507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60507B is #9FAF84. Grayscale: #595959. Windows color (decimal): -10465157 or 8081504. OLE color: 8081504.

HSL color Cylindrical-coordinate representation of color #60507B: hue angle of 262.33º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60507B is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9680123-
CMYK0.220.3500.52
HSL262.33º21.18%39.8%-
HSV(B)262.33º34.96%48.24%-
XYZ11.279.6520.01-
YUV89.69146.8132.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=32.11%
G=26.76%
B=41.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96801230.220.3500.52262.3321.1839.8
Hex60507B16230341061528
Octal14012017326430644062550
Binary11000001010000111101110110100011011010010000011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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