Html Css Color HEX #614DA0 Butterfly Bush

📋 copy color: '#614DA0'

red 97 ◦ green 77 ◦ blue 160

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

Shades of Butterfly Bush #614DA0

Tints of Butterfly Bush #614DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 29.04%
G = 23.05%
B = 47.9%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#614DA0 (or 0x614DA0) is known color: Butterfly Bush. HEX triplet: 61, 4D and A0. RGB value is (97,77,160). Sum of RGB (Red+Green+Blue) = 97+77+160=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #614DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DA0 is #9EB25F. Grayscale: #5C5C5C. Windows color (decimal): -10400352 or 10505569. OLE color: 10505569.

HSL color Cylindrical-coordinate representation of color #614DA0: hue angle of 254.46º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614DA0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 77 160 -
CMYK 0.39 0.52 0 0.37
HSL 254.46º 0.35% 0.46% -
HSV(B) 254.46º 0.52% 0.63% -
XYZ 13.93 10.39 34.53 -
YUV 92.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 97 77 160 0.39 0.52 0 0.37 254.46 0.35 0.46
Hex 61 4D A0 27 34 0 25 FE 23 2E
Octal 141 115 240 47 64 0 45 376 43 56
Binary 1100001 1001101 10100000 100111 110100 0 100101 11111110 100011 101110

Color Harmonies of #614DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DA0

Black with #614DA0

Text Example


Text Example

White with #614DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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