Html Css Color HEX #615096 Butterfly Bush

📋 copy color: '#615096'

red 97 ◦ green 80 ◦ blue 150

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

Shades of Butterfly Bush #615096

Tints of Butterfly Bush #615096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 29.66%
G = 24.46%
B = 45.87%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#615096 (or 0x615096) is known color: Butterfly Bush. HEX triplet: 61, 50 and 96. RGB value is (97,80,150). Sum of RGB (Red+Green+Blue) = 97+80+150=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #615096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615096 is #9EAF69. Grayscale: #5C5C5C. Windows color (decimal): -10399594 or 9850977. OLE color: 9850977.

HSL color Cylindrical-coordinate representation of color #615096: hue angle of 254.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615096 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 80 150 -
CMYK 0.35 0.47 0 0.41
HSL 254.57º 0.3% 0.45% -
HSV(B) 254.57º 0.47% 0.59% -
XYZ 13.3 10.48 30.18 -
YUV 93.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 97 80 150 0.35 0.47 0 0.41 254.57 0.3 0.45
Hex 61 50 96 23 2F 0 29 FF 1E 2D
Octal 141 120 226 43 57 0 51 377 36 55
Binary 1100001 1010000 10010110 100011 101111 0 101001 11111111 11110 101101

Color Harmonies of #615096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615096

Black with #615096

Text Example


Text Example

White with #615096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615096; }

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

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

background-color css

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

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

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

border-color css

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

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

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