Html Css Color HEX #615097 Butterfly Bush

📋 copy color: '#615097'

red 97 ◦ green 80 ◦ blue 151

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

Shades of Butterfly Bush #615097

Tints of Butterfly Bush #615097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 29.57%
G = 24.39%
B = 46.04%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#615097 (or 0x615097) is known color: Butterfly Bush. HEX triplet: 61, 50 and 97. RGB value is (97,80,151). Sum of RGB (Red+Green+Blue) = 97+80+151=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #615097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615097 is #9EAF68. Grayscale: #5C5C5C. Windows color (decimal): -10399593 or 9916513. OLE color: 9916513.

HSL color Cylindrical-coordinate representation of color #615097: hue angle of 254.37º degrees, saturation: 0.31, 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 #615097 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 80 151 -
CMYK 0.36 0.47 0 0.41
HSL 254.37º 0.31% 0.45% -
HSV(B) 254.37º 0.47% 0.59% -
XYZ 13.38 10.51 30.6 -
YUV 93.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 97 80 151 0.36 0.47 0 0.41 254.37 0.31 0.45
Hex 61 50 97 24 2F 0 29 FE 1F 2D
Octal 141 120 227 44 57 0 51 376 37 55
Binary 1100001 1010000 10010111 100100 101111 0 101001 11111110 11111 101101

Color Harmonies of #615097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615097

Black with #615097

Text Example


Text Example

White with #615097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615097; }

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

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

background-color css

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

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

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

border-color css

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

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

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