Html Css Color HEX #615490 Butterfly Bush

📋 copy color: '#615490'

red 97 ◦ green 84 ◦ blue 144

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

Shades of Butterfly Bush #615490

Tints of Butterfly Bush #615490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 29.85%
G = 25.85%
B = 44.31%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#615490 (or 0x615490) is known color: Butterfly Bush. HEX triplet: 61, 54 and 90. RGB value is (97,84,144). Sum of RGB (Red+Green+Blue) = 97+84+144=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #615490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615490 is #9EAB6F. Grayscale: #5E5E5E. Windows color (decimal): -10398576 or 9458785. OLE color: 9458785.

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

Color convert

RGB 97 84 144 -
CMYK 0.33 0.42 0 0.44
HSL 253º 0.26% 0.45% -
HSV(B) 253º 0.42% 0.56% -
XYZ 13.13 10.9 27.8 -
YUV 94.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 97 84 144 0.33 0.42 0 0.44 253 0.26 0.45
Hex 61 54 90 21 2A 0 2C FD 1A 2D
Octal 141 124 220 41 52 0 54 375 32 55
Binary 1100001 1010100 10010000 100001 101010 0 101100 11111101 11010 101101

Color Harmonies of #615490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615490

Black with #615490

Text Example


Text Example

White with #615490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615490; }

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

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

background-color css

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

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

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

border-color css

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

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

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