Html Css Color HEX #615699 Butterfly Bush

📋 copy color: '#615699'

red 97 ◦ green 86 ◦ blue 153

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

Shades of Butterfly Bush #615699

Tints of Butterfly Bush #615699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 28.87%
G = 25.6%
B = 45.54%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#615699 (or 0x615699) is known color: Butterfly Bush. HEX triplet: 61, 56 and 99. RGB value is (97,86,153). Sum of RGB (Red+Green+Blue) = 97+86+153=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #615699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615699 is #9EA966. Grayscale: #606060. Windows color (decimal): -10398055 or 10049121. OLE color: 10049121.

HSL color Cylindrical-coordinate representation of color #615699: hue angle of 249.85º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615699 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 86 153 -
CMYK 0.37 0.44 0 0.4
HSL 249.85º 0.28% 0.47% -
HSV(B) 249.85º 0.44% 0.6% -
XYZ 14.01 11.5 31.62 -
YUV 96.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 97 86 153 0.37 0.44 0 0.4 249.85 0.28 0.47
Hex 61 56 99 25 2C 0 28 FA 1C 2F
Octal 141 126 231 45 54 0 50 372 34 57
Binary 1100001 1010110 10011001 100101 101100 0 101000 11111010 11100 101111

Color Harmonies of #615699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615699

Black with #615699

Text Example


Text Example

White with #615699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615699; }

 p { color: rgb(97,86,153); }

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

background-color css

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

 a { background-color: rgb(97,86,153); }

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

border-color css

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

 span { border-color: rgb(97,86,153); }

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