Html Css Color HEX #615890 Butterfly Bush

📋 copy color: '#615890'

red 97 ◦ green 88 ◦ blue 144

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

Shades of Butterfly Bush #615890

Tints of Butterfly Bush #615890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 29.48%
G = 26.75%
B = 43.77%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#615890 (or 0x615890) is known color: Butterfly Bush. HEX triplet: 61, 58 and 90. RGB value is (97,88,144). Sum of RGB (Red+Green+Blue) = 97+88+144=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #615890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615890 is #9EA76F. Grayscale: #606060. Windows color (decimal): -10397552 or 9459809. OLE color: 9459809.

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

Color convert

RGB 97 88 144 -
CMYK 0.33 0.39 0 0.44
HSL 249.64º 0.24% 0.45% -
HSV(B) 249.64º 0.39% 0.56% -
XYZ 13.45 11.53 27.9 -
YUV 97.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 97 88 144 0.33 0.39 0 0.44 249.64 0.24 0.45
Hex 61 58 90 21 27 0 2C FA 18 2D
Octal 141 130 220 41 47 0 54 372 30 55
Binary 1100001 1011000 10010000 100001 100111 0 101100 11111010 11000 101101

Color Harmonies of #615890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615890

Black with #615890

Text Example


Text Example

White with #615890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615890; }

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

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

background-color css

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

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

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

border-color css

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

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

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