Html Css Color HEX #615384 Butterfly Bush

📋 copy color: '#615384'

red 97 ◦ green 83 ◦ blue 132

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

Shades of Butterfly Bush #615384

Tints of Butterfly Bush #615384

RGB

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

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

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

R = 31.09%
G = 26.6%
B = 42.31%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#615384 (or 0x615384) is known color: Butterfly Bush. HEX triplet: 61, 53 and 84. RGB value is (97,83,132). Sum of RGB (Red+Green+Blue) = 97+83+132=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #615384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615384 is #9EAC7B. Grayscale: #5C5C5C. Windows color (decimal): -10398844 or 8672097. OLE color: 8672097.

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

Color convert

RGB 97 83 132 -
CMYK 0.27 0.37 0 0.48
HSL 257.14º 0.23% 0.42% -
HSV(B) 257.14º 0.37% 0.52% -
XYZ 12.19 10.39 23.19 -
YUV 92.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 97 83 132 0.27 0.37 0 0.48 257.14 0.23 0.42
Hex 61 53 84 1B 25 0 30 101 17 2A
Octal 141 123 204 33 45 0 60 401 27 52
Binary 1100001 1010011 10000100 11011 100101 0 110000 100000001 10111 101010

Color Harmonies of #615384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615384

Black with #615384

Text Example


Text Example

White with #615384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615384; }

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

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

background-color css

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

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

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

border-color css

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

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

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