Html Css Color HEX #614D7C Butterfly Bush

📋 copy color: '#614D7C'

red 97 ◦ green 77 ◦ blue 124

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

Shades of Butterfly Bush #614D7C

Tints of Butterfly Bush #614D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 32.55%
G = 25.84%
B = 41.61%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#614D7C (or 0x614D7C) is known color: Butterfly Bush. HEX triplet: 61, 4D and 7C. RGB value is (97,77,124). Sum of RGB (Red+Green+Blue) = 97+77+124=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #614D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D7C is #9EB283. Grayscale: #585858. Windows color (decimal): -10400388 or 8146273. OLE color: 8146273.

HSL color Cylindrical-coordinate representation of color #614D7C: hue angle of 265.53º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614D7C is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 77 124 -
CMYK 0.22 0.38 0 0.51
HSL 265.53º 0.23% 0.39% -
HSV(B) 265.53º 0.38% 0.49% -
XYZ 11.22 9.3 20.27 -
YUV 88.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 97 77 124 0.22 0.38 0 0.51 265.53 0.23 0.39
Hex 61 4D 7C 16 26 0 33 10A 17 27
Octal 141 115 174 26 46 0 63 412 27 47
Binary 1100001 1001101 1111100 10110 100110 0 110011 100001010 10111 100111

Color Harmonies of #614D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D7C

Black with #614D7C

Text Example


Text Example

White with #614D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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