Html Css Color HEX #614C80 Butterfly Bush

📋 copy color: '#614C80'

red 97 ◦ green 76 ◦ blue 128

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

Shades of Butterfly Bush #614C80

Tints of Butterfly Bush #614C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 32.23%
G = 25.25%
B = 42.52%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614C80 (or 0x614C80) is known color: Butterfly Bush. HEX triplet: 61, 4C and 80. RGB value is (97,76,128). Sum of RGB (Red+Green+Blue) = 97+76+128=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #614C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C80 is #9EB37F. Grayscale: #585858. Windows color (decimal): -10400640 or 8408161. OLE color: 8408161.

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

Color convert

RGB 97 76 128 -
CMYK 0.24 0.41 0 0.50
HSL 264.23º 0.25% 0.4% -
HSV(B) 264.23º 0.41% 0.5% -
XYZ 11.41 9.27 21.61 -
YUV 88.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 97 76 128 0.24 0.41 0 0.50 264.23 0.25 0.4
Hex 61 4C 80 18 29 0 32 108 19 28
Octal 141 114 200 30 51 0 62 410 31 50
Binary 1100001 1001100 10000000 11000 101001 0 110010 100001000 11001 101000

Color Harmonies of #614C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C80

Black with #614C80

Text Example


Text Example

White with #614C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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