Html Css Color HEX #60509B Butterfly Bush

📋 copy color: '#60509B'

red 96 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #60509B

Tints of Butterfly Bush #60509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 29%
G = 24.17%
B = 46.83%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60509B (or 0x60509B) is known color: Butterfly Bush. HEX triplet: 60, 50 and 9B. RGB value is (96,80,155). Sum of RGB (Red+Green+Blue) = 96+80+155=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #60509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60509B is #9FAF64. Grayscale: #5D5D5D. Windows color (decimal): -10465125 or 10178656. OLE color: 10178656.

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

Color convert

RGB 96 80 155 -
CMYK 0.38 0.48 0 0.39
HSL 252.8º 0.32% 0.46% -
HSV(B) 252.8º 0.48% 0.61% -
XYZ 13.61 10.59 32.34 -
YUV 93.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 96 80 155 0.38 0.48 0 0.39 252.8 0.32 0.46
Hex 60 50 9B 26 30 0 27 FD 20 2E
Octal 140 120 233 46 60 0 47 375 40 56
Binary 1100000 1010000 10011011 100110 110000 0 100111 11111101 100000 101110

Color Harmonies of #60509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60509B

Black with #60509B

Text Example


Text Example

White with #60509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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