Html Css Color HEX #614D8D Butterfly Bush

📋 copy color: '#614D8D'

red 97 ◦ green 77 ◦ blue 141

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

Shades of Butterfly Bush #614D8D

Tints of Butterfly Bush #614D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 30.79%
G = 24.44%
B = 44.76%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#614D8D (or 0x614D8D) is known color: Butterfly Bush. HEX triplet: 61, 4D and 8D. RGB value is (97,77,141). Sum of RGB (Red+Green+Blue) = 97+77+141=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #614D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D8D is #9EB272. Grayscale: #5A5A5A. Windows color (decimal): -10400371 or 9260385. OLE color: 9260385.

HSL color Cylindrical-coordinate representation of color #614D8D: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614D8D is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 77 141 -
CMYK 0.31 0.45 0 0.45
HSL 258.75º 0.29% 0.43% -
HSV(B) 258.75º 0.45% 0.55% -
XYZ 12.39 9.77 26.43 -
YUV 90.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 97 77 141 0.31 0.45 0 0.45 258.75 0.29 0.43
Hex 61 4D 8D 1F 2D 0 2D 103 1D 2B
Octal 141 115 215 37 55 0 55 403 35 53
Binary 1100001 1001101 10001101 11111 101101 0 101101 100000011 11101 101011

Color Harmonies of #614D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D8D

Black with #614D8D

Text Example


Text Example

White with #614D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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