Html Css Color HEX #615992 Butterfly Bush

📋 copy color: '#615992'

red 97 ◦ green 89 ◦ blue 146

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

Shades of Butterfly Bush #615992

Tints of Butterfly Bush #615992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 29.22%
G = 26.81%
B = 43.98%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615992 (or 0x615992) is known color: Butterfly Bush. HEX triplet: 61, 59 and 92. RGB value is (97,89,146). Sum of RGB (Red+Green+Blue) = 97+89+146=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #615992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615992 is #9EA66D. Grayscale: #616161. Windows color (decimal): -10397294 or 9591137. OLE color: 9591137.

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

Color convert

RGB 97 89 146 -
CMYK 0.34 0.39 0 0.43
HSL 248.42º 0.24% 0.46% -
HSV(B) 248.42º 0.39% 0.57% -
XYZ 13.69 11.76 28.74 -
YUV 97.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 97 89 146 0.34 0.39 0 0.43 248.42 0.24 0.46
Hex 61 59 92 22 27 0 2B F8 18 2E
Octal 141 131 222 42 47 0 53 370 30 56
Binary 1100001 1011001 10010010 100010 100111 0 101011 11111000 11000 101110

Color Harmonies of #615992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615992

Black with #615992

Text Example


Text Example

White with #615992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615992; }

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

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

background-color css

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

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

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

border-color css

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

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

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