Html Css Color HEX #60519D Butterfly Bush

📋 copy color: '#60519D'

red 96 ◦ green 81 ◦ blue 157

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

Shades of Butterfly Bush #60519D

Tints of Butterfly Bush #60519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 28.74%
G = 24.25%
B = 47.01%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60519D (or 0x60519D) is known color: Butterfly Bush. HEX triplet: 60, 51 and 9D. RGB value is (96,81,157). Sum of RGB (Red+Green+Blue) = 96+81+157=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #60519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60519D is #9FAE62. Grayscale: #5D5D5D. Windows color (decimal): -10464867 or 10309984. OLE color: 10309984.

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

Color convert

RGB 96 81 157 -
CMYK 0.39 0.48 0 0.38
HSL 251.84º 0.32% 0.47% -
HSV(B) 251.84º 0.48% 0.62% -
XYZ 13.85 10.81 33.25 -
YUV 94.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 96 81 157 0.39 0.48 0 0.38 251.84 0.32 0.47
Hex 60 51 9D 27 30 0 26 FC 20 2F
Octal 140 121 235 47 60 0 46 374 40 57
Binary 1100000 1010001 10011101 100111 110000 0 100110 11111100 100000 101111

Color Harmonies of #60519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60519D

Black with #60519D

Text Example


Text Example

White with #60519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60519D; }

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

 H1.HeaderClassName
 {
   color: #60519D;
 }
 .AnyTagClassName
 {
   color: #60519D;
 }
</style>

background-color css

<style>
 a { background-color: #60519D; }

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

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

border-color css

<style>
 span { border-color: #60519D; }

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

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