Html Css Color HEX #614E8A Butterfly Bush

📋 copy color: '#614E8A'

red 97 ◦ green 78 ◦ blue 138

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

Shades of Butterfly Bush #614E8A

Tints of Butterfly Bush #614E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 30.99%
G = 24.92%
B = 44.09%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#614E8A (or 0x614E8A) is known color: Butterfly Bush. HEX triplet: 61, 4E and 8A. RGB value is (97,78,138). Sum of RGB (Red+Green+Blue) = 97+78+138=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #614E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E8A is #9EB175. Grayscale: #5A5A5A. Windows color (decimal): -10400118 or 9064033. OLE color: 9064033.

HSL color Cylindrical-coordinate representation of color #614E8A: hue angle of 259º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614E8A is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 78 138 -
CMYK 0.30 0.43 0 0.46
HSL 259º 0.28% 0.42% -
HSV(B) 259º 0.43% 0.54% -
XYZ 12.24 9.83 25.3 -
YUV 90.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 97 78 138 0.30 0.43 0 0.46 259 0.28 0.42
Hex 61 4E 8A 1E 2B 0 2E 103 1C 2A
Octal 141 116 212 36 53 0 56 403 34 52
Binary 1100001 1001110 10001010 11110 101011 0 101110 100000011 11100 101010

Color Harmonies of #614E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E8A

Black with #614E8A

Text Example


Text Example

White with #614E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,138); }

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

background-color css

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

 a { background-color: rgb(97,78,138); }

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

border-color css

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

 span { border-color: rgb(97,78,138); }

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