Html Css Color HEX #615084 Butterfly Bush

📋 copy color: '#615084'

red 97 ◦ green 80 ◦ blue 132

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

Shades of Butterfly Bush #615084

Tints of Butterfly Bush #615084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 31.39%
G = 25.89%
B = 42.72%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#615084 (or 0x615084) is known color: Butterfly Bush. HEX triplet: 61, 50 and 84. RGB value is (97,80,132). Sum of RGB (Red+Green+Blue) = 97+80+132=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #615084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615084 is #9EAF7B. Grayscale: #5A5A5A. Windows color (decimal): -10399612 or 8671329. OLE color: 8671329.

HSL color Cylindrical-coordinate representation of color #615084: hue angle of 259.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615084 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 80 132 -
CMYK 0.27 0.39 0 0.48
HSL 259.62º 0.25% 0.42% -
HSV(B) 259.62º 0.39% 0.52% -
XYZ 11.96 9.94 23.12 -
YUV 91.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 97 80 132 0.27 0.39 0 0.48 259.62 0.25 0.42
Hex 61 50 84 1B 27 0 30 104 19 2A
Octal 141 120 204 33 47 0 60 404 31 52
Binary 1100001 1010000 10000100 11011 100111 0 110000 100000100 11001 101010

Color Harmonies of #615084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615084

Black with #615084

Text Example


Text Example

White with #615084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615084; }

 p { color: rgb(97,80,132); }

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

background-color css

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

 a { background-color: rgb(97,80,132); }

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

border-color css

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

 span { border-color: rgb(97,80,132); }

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