Html Css Color HEX #61518B Butterfly Bush

📋 copy color: '#61518B'

red 97 ◦ green 81 ◦ blue 139

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

Shades of Butterfly Bush #61518B

Tints of Butterfly Bush #61518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 30.6%
G = 25.55%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61518B (or 0x61518B) is known color: Butterfly Bush. HEX triplet: 61, 51 and 8B. RGB value is (97,81,139). Sum of RGB (Red+Green+Blue) = 97+81+139=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #61518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61518B is #9EAE74. Grayscale: #5C5C5C. Windows color (decimal): -10399349 or 9130337. OLE color: 9130337.

HSL color Cylindrical-coordinate representation of color #61518B: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61518B is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 81 139 -
CMYK 0.30 0.42 0 0.45
HSL 256.55º 0.26% 0.43% -
HSV(B) 256.55º 0.42% 0.55% -
XYZ 12.53 10.29 25.75 -
YUV 92.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 97 81 139 0.30 0.42 0 0.45 256.55 0.26 0.43
Hex 61 51 8B 1E 2A 0 2D 101 1A 2B
Octal 141 121 213 36 52 0 55 401 32 53
Binary 1100001 1010001 10001011 11110 101010 0 101101 100000001 11010 101011

Color Harmonies of #61518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61518B

Black with #61518B

Text Example


Text Example

White with #61518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61518B; }

 p { color: rgb(97,81,139); }

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

background-color css

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

 a { background-color: rgb(97,81,139); }

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

border-color css

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

 span { border-color: rgb(97,81,139); }

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