Html Css Color HEX #615996 Butterfly Bush

📋 copy color: '#615996'

red 97 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #615996

Tints of Butterfly Bush #615996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 28.87%
G = 26.49%
B = 44.64%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#615996 (or 0x615996) is known color: Butterfly Bush. HEX triplet: 61, 59 and 96. RGB value is (97,89,150). Sum of RGB (Red+Green+Blue) = 97+89+150=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #615996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615996 is #9EA669. Grayscale: #626262. Windows color (decimal): -10397290 or 9853281. OLE color: 9853281.

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

Color convert

RGB 97 89 150 -
CMYK 0.35 0.41 0 0.41
HSL 247.87º 0.26% 0.47% -
HSV(B) 247.87º 0.41% 0.59% -
XYZ 14.01 11.89 30.41 -
YUV 98.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 97 89 150 0.35 0.41 0 0.41 247.87 0.26 0.47
Hex 61 59 96 23 29 0 29 F8 1A 2F
Octal 141 131 226 43 51 0 51 370 32 57
Binary 1100001 1011001 10010110 100011 101001 0 101001 11111000 11010 101111

Color Harmonies of #615996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615996

Black with #615996

Text Example


Text Example

White with #615996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615996; }

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

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

background-color css

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

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

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

border-color css

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

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

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