Html Css Color HEX #614D80 Butterfly Bush

📋 copy color: '#614D80'

red 97 ◦ green 77 ◦ blue 128

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

Shades of Butterfly Bush #614D80

Tints of Butterfly Bush #614D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 32.12%
G = 25.5%
B = 42.38%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614D80 (or 0x614D80) is known color: Butterfly Bush. HEX triplet: 61, 4D and 80. RGB value is (97,77,128). Sum of RGB (Red+Green+Blue) = 97+77+128=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #614D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D80 is #9EB27F. Grayscale: #585858. Windows color (decimal): -10400384 or 8408417. OLE color: 8408417.

HSL color Cylindrical-coordinate representation of color #614D80: hue angle of 263.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614D80 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 77 128 -
CMYK 0.24 0.40 0 0.50
HSL 263.53º 0.25% 0.4% -
HSV(B) 263.53º 0.4% 0.5% -
XYZ 11.48 9.41 21.63 -
YUV 88.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 97 77 128 0.24 0.40 0 0.50 263.53 0.25 0.4
Hex 61 4D 80 18 28 0 32 108 19 28
Octal 141 115 200 30 50 0 62 410 31 50
Binary 1100001 1001101 10000000 11000 101000 0 110010 100001000 11001 101000

Color Harmonies of #614D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D80

Black with #614D80

Text Example


Text Example

White with #614D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D80; }

 p { color: rgb(97,77,128); }

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

background-color css

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

 a { background-color: rgb(97,77,128); }

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

border-color css

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

 span { border-color: rgb(97,77,128); }

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