Html Css Color HEX #615495 Butterfly Bush

📋 copy color: '#615495'

red 97 ◦ green 84 ◦ blue 149

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

Shades of Butterfly Bush #615495

Tints of Butterfly Bush #615495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 29.39%
G = 25.45%
B = 45.15%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615495 (or 0x615495) is known color: Butterfly Bush. HEX triplet: 61, 54 and 95. RGB value is (97,84,149). Sum of RGB (Red+Green+Blue) = 97+84+149=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #615495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615495 is #9EAB6A. Grayscale: #5F5F5F. Windows color (decimal): -10398571 or 9786465. OLE color: 9786465.

HSL color Cylindrical-coordinate representation of color #615495: hue angle of 252º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615495 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 84 149 -
CMYK 0.35 0.44 0 0.42
HSL 252º 0.28% 0.46% -
HSV(B) 252º 0.44% 0.58% -
XYZ 13.52 11.05 29.85 -
YUV 95.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 97 84 149 0.35 0.44 0 0.42 252 0.28 0.46
Hex 61 54 95 23 2C 0 2A FC 1C 2E
Octal 141 124 225 43 54 0 52 374 34 56
Binary 1100001 1010100 10010101 100011 101100 0 101010 11111100 11100 101110

Color Harmonies of #615495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615495

Black with #615495

Text Example


Text Example

White with #615495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615495; }

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

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

background-color css

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

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

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

border-color css

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

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

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