Html Css Color HEX #615491 Butterfly Bush

📋 copy color: '#615491'

red 97 ◦ green 84 ◦ blue 145

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

Shades of Butterfly Bush #615491

Tints of Butterfly Bush #615491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 29.75%
G = 25.77%
B = 44.48%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615491 (or 0x615491) is known color: Butterfly Bush. HEX triplet: 61, 54 and 91. RGB value is (97,84,145). Sum of RGB (Red+Green+Blue) = 97+84+145=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #615491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615491 is #9EAB6E. Grayscale: #5E5E5E. Windows color (decimal): -10398575 or 9524321. OLE color: 9524321.

HSL color Cylindrical-coordinate representation of color #615491: hue angle of 252.79º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615491 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 84 145 -
CMYK 0.33 0.42 0 0.43
HSL 252.79º 0.27% 0.45% -
HSV(B) 252.79º 0.42% 0.57% -
XYZ 13.21 10.93 28.2 -
YUV 94.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 97 84 145 0.33 0.42 0 0.43 252.79 0.27 0.45
Hex 61 54 91 21 2A 0 2B FD 1B 2D
Octal 141 124 221 41 52 0 53 375 33 55
Binary 1100001 1010100 10010001 100001 101010 0 101011 11111101 11011 101101

Color Harmonies of #615491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615491

Black with #615491

Text Example


Text Example

White with #615491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615491; }

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

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

background-color css

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

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

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

border-color css

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

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

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