Html Css Color HEX #615487 Butterfly Bush

📋 copy color: '#615487'

red 97 ◦ green 84 ◦ blue 135

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

Shades of Butterfly Bush #615487

Tints of Butterfly Bush #615487

RGB

 RED value IS 97 (38.28% from 255) = 30.7%

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 30.7%
G = 26.58%
B = 42.72%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#615487 (or 0x615487) is known color: Butterfly Bush. HEX triplet: 61, 54 and 87. RGB value is (97,84,135). Sum of RGB (Red+Green+Blue) = 97+84+135=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #615487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615487 is #9EAB78. Grayscale: #5D5D5D. Windows color (decimal): -10398585 or 8868961. OLE color: 8868961.

HSL color Cylindrical-coordinate representation of color #615487: hue angle of 255.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615487 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 84 135 -
CMYK 0.28 0.38 0 0.47
HSL 255.29º 0.23% 0.43% -
HSV(B) 255.29º 0.38% 0.53% -
XYZ 12.47 10.63 24.32 -
YUV 93.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 97 84 135 0.28 0.38 0 0.47 255.29 0.23 0.43
Hex 61 54 87 1C 26 0 2F FF 17 2B
Octal 141 124 207 34 46 0 57 377 27 53
Binary 1100001 1010100 10000111 11100 100110 0 101111 11111111 10111 101011

Color Harmonies of #615487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615487

Black with #615487

Text Example


Text Example

White with #615487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615487; }

 p { color: rgb(97,84,135); }

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

background-color css

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

 a { background-color: rgb(97,84,135); }

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

border-color css

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

 span { border-color: rgb(97,84,135); }

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