Html Css Color HEX #614E94 Butterfly Bush

📋 copy color: '#614E94'

red 97 ◦ green 78 ◦ blue 148

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

Shades of Butterfly Bush #614E94

Tints of Butterfly Bush #614E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 30.03%
G = 24.15%
B = 45.82%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614E94 (or 0x614E94) is known color: Butterfly Bush. HEX triplet: 61, 4E and 94. RGB value is (97,78,148). Sum of RGB (Red+Green+Blue) = 97+78+148=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #614E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E94 is #9EB16B. Grayscale: #5B5B5B. Windows color (decimal): -10400108 or 9719393. OLE color: 9719393.

HSL color Cylindrical-coordinate representation of color #614E94: hue angle of 256.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614E94 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 78 148 -
CMYK 0.34 0.47 0 0.42
HSL 256.29º 0.31% 0.44% -
HSV(B) 256.29º 0.47% 0.58% -
XYZ 13 10.13 29.29 -
YUV 91.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 97 78 148 0.34 0.47 0 0.42 256.29 0.31 0.44
Hex 61 4E 94 22 2F 0 2A 100 1F 2C
Octal 141 116 224 42 57 0 52 400 37 54
Binary 1100001 1001110 10010100 100010 101111 0 101010 100000000 11111 101100

Color Harmonies of #614E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E94

Black with #614E94

Text Example


Text Example

White with #614E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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