Html Css Color HEX #61518F Butterfly Bush

📋 copy color: '#61518F'

red 97 ◦ green 81 ◦ blue 143

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

Shades of Butterfly Bush #61518F

Tints of Butterfly Bush #61518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 30.22%
G = 25.23%
B = 44.55%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61518F (or 0x61518F) is known color: Butterfly Bush. HEX triplet: 61, 51 and 8F. RGB value is (97,81,143). Sum of RGB (Red+Green+Blue) = 97+81+143=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #61518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61518F is #9EAE70. Grayscale: #5C5C5C. Windows color (decimal): -10399345 or 9392481. OLE color: 9392481.

HSL color Cylindrical-coordinate representation of color #61518F: hue angle of 255.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61518F is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 81 143 -
CMYK 0.32 0.43 0 0.44
HSL 255.48º 0.28% 0.44% -
HSV(B) 255.48º 0.43% 0.56% -
XYZ 12.83 10.41 27.32 -
YUV 92.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 97 81 143 0.32 0.43 0 0.44 255.48 0.28 0.44
Hex 61 51 8F 20 2B 0 2C FF 1C 2C
Octal 141 121 217 40 53 0 54 377 34 54
Binary 1100001 1010001 10001111 100000 101011 0 101100 11111111 11100 101100

Color Harmonies of #61518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61518F

Black with #61518F

Text Example


Text Example

White with #61518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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