Html Css Color HEX #615389 Butterfly Bush

📋 copy color: '#615389'

red 97 ◦ green 83 ◦ blue 137

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

Shades of Butterfly Bush #615389

Tints of Butterfly Bush #615389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 30.6%
G = 26.18%
B = 43.22%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#615389 (or 0x615389) is known color: Butterfly Bush. HEX triplet: 61, 53 and 89. RGB value is (97,83,137). Sum of RGB (Red+Green+Blue) = 97+83+137=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #615389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615389 is #9EAC76. Grayscale: #5D5D5D. Windows color (decimal): -10398839 or 8999777. OLE color: 8999777.

HSL color Cylindrical-coordinate representation of color #615389: hue angle of 255.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615389 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 83 137 -
CMYK 0.29 0.39 0 0.46
HSL 255.56º 0.25% 0.43% -
HSV(B) 255.56º 0.39% 0.54% -
XYZ 12.54 10.53 25.04 -
YUV 93.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 97 83 137 0.29 0.39 0 0.46 255.56 0.25 0.43
Hex 61 53 89 1D 27 0 2E 100 19 2B
Octal 141 123 211 35 47 0 56 400 31 53
Binary 1100001 1010011 10001001 11101 100111 0 101110 100000000 11001 101011

Color Harmonies of #615389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615389

Black with #615389

Text Example


Text Example

White with #615389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615389; }

 p { color: rgb(97,83,137); }

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

background-color css

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

 a { background-color: rgb(97,83,137); }

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

border-color css

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

 span { border-color: rgb(97,83,137); }

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