Html Css Color HEX #614C96 Butterfly Bush

📋 copy color: '#614C96'

red 97 ◦ green 76 ◦ blue 150

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

Shades of Butterfly Bush #614C96

Tints of Butterfly Bush #614C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 30.03%
G = 23.53%
B = 46.44%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#614C96 (or 0x614C96) is known color: Butterfly Bush. HEX triplet: 61, 4C and 96. RGB value is (97,76,150). Sum of RGB (Red+Green+Blue) = 97+76+150=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #614C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C96 is #9EB369. Grayscale: #5A5A5A. Windows color (decimal): -10400618 or 9849953. OLE color: 9849953.

HSL color Cylindrical-coordinate representation of color #614C96: hue angle of 257.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614C96 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 76 150 -
CMYK 0.35 0.49 0 0.41
HSL 257.03º 0.33% 0.44% -
HSV(B) 257.03º 0.49% 0.59% -
XYZ 13.02 9.91 30.08 -
YUV 90.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 97 76 150 0.35 0.49 0 0.41 257.03 0.33 0.44
Hex 61 4C 96 23 31 0 29 101 21 2C
Octal 141 114 226 43 61 0 51 401 41 54
Binary 1100001 1001100 10010110 100011 110001 0 101001 100000001 100001 101100

Color Harmonies of #614C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C96

Black with #614C96

Text Example


Text Example

White with #614C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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