Html Css Color HEX #615390 Butterfly Bush

📋 copy color: '#615390'

red 97 ◦ green 83 ◦ blue 144

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

Shades of Butterfly Bush #615390

Tints of Butterfly Bush #615390

RGB

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

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

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

R = 29.94%
G = 25.62%
B = 44.44%

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

#615390 (or 0x615390) is known color: Butterfly Bush. HEX triplet: 61, 53 and 90. RGB value is (97,83,144). Sum of RGB (Red+Green+Blue) = 97+83+144=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #615390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615390 is #9EAC6F. Grayscale: #5D5D5D. Windows color (decimal): -10398832 or 9458529. OLE color: 9458529.

HSL color Cylindrical-coordinate representation of color #615390: hue angle of 253.77º degrees, saturation: 0.27, 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 #615390 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 83 144 -
CMYK 0.33 0.42 0 0.44
HSL 253.77º 0.27% 0.45% -
HSV(B) 253.77º 0.42% 0.56% -
XYZ 13.06 10.74 27.77 -
YUV 94.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 97 83 144 0.33 0.42 0 0.44 253.77 0.27 0.45
Hex 61 53 90 21 2A 0 2C FE 1B 2D
Octal 141 123 220 41 52 0 54 376 33 55
Binary 1100001 1010011 10010000 100001 101010 0 101100 11111110 11011 101101

Color Harmonies of #615390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615390

Black with #615390

Text Example


Text Example

White with #615390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615390; }

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

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

background-color css

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

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

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

border-color css

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

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

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