Html Css Color HEX #60518B Butterfly Bush

📋 copy color: '#60518B'

red 96 ◦ green 81 ◦ blue 139

#60518B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #60518B

Tints of Butterfly Bush #60518B

RGB

 RED value IS 96 (37.89% from 255) = 30.38%

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 30.38%
G = 25.63%
B = 43.99%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60518B (or 0x60518B) is known color: Butterfly Bush. HEX triplet: 60, 51 and 8B. RGB value is (96,81,139). Sum of RGB (Red+Green+Blue) = 96+81+139=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #60518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60518B is #9FAE74. Grayscale: #5B5B5B. Windows color (decimal): -10464885 or 9130336. OLE color: 9130336.

HSL color Cylindrical-coordinate representation of color #60518B: hue angle of 255.52º degrees, saturation: 0.26, 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 #60518B is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 81 139 -
CMYK 0.31 0.42 0 0.45
HSL 255.52º 0.26% 0.43% -
HSV(B) 255.52º 0.42% 0.55% -
XYZ 12.43 10.24 25.75 -
YUV 92.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 96 81 139 0.31 0.42 0 0.45 255.52 0.26 0.43
Hex 60 51 8B 1F 2A 0 2D 100 1A 2B
Octal 140 121 213 37 52 0 55 400 32 53
Binary 1100000 1010001 10001011 11111 101010 0 101101 100000000 11010 101011

Color Harmonies of #60518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60518B

Black with #60518B

Text Example


Text Example

White with #60518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60518B;
 }
 .AnyTagClassName
 {
   color: #60518B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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