Html Css Color HEX #615993 Butterfly Bush

📋 copy color: '#615993'

red 97 ◦ green 89 ◦ blue 147

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

Shades of Butterfly Bush #615993

Tints of Butterfly Bush #615993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 29.13%
G = 26.73%
B = 44.14%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615993 (or 0x615993) is known color: Butterfly Bush. HEX triplet: 61, 59 and 93. RGB value is (97,89,147). Sum of RGB (Red+Green+Blue) = 97+89+147=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #615993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615993 is #9EA66C. Grayscale: #616161. Windows color (decimal): -10397293 or 9656673. OLE color: 9656673.

HSL color Cylindrical-coordinate representation of color #615993: hue angle of 248.28º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615993 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 89 147 -
CMYK 0.34 0.39 0 0.42
HSL 248.28º 0.25% 0.46% -
HSV(B) 248.28º 0.39% 0.58% -
XYZ 13.77 11.79 29.15 -
YUV 98 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 97 89 147 0.34 0.39 0 0.42 248.28 0.25 0.46
Hex 61 59 93 22 27 0 2A F8 19 2E
Octal 141 131 223 42 47 0 52 370 31 56
Binary 1100001 1011001 10010011 100010 100111 0 101010 11111000 11001 101110

Color Harmonies of #615993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615993

Black with #615993

Text Example


Text Example

White with #615993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615993; }

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

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

background-color css

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

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

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

border-color css

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

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

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