Html Css Color HEX #614D8C Butterfly Bush

📋 copy color: '#614D8C'

red 97 ◦ green 77 ◦ blue 140

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

Shades of Butterfly Bush #614D8C

Tints of Butterfly Bush #614D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 30.89%
G = 24.52%
B = 44.59%

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

#614D8C (or 0x614D8C) is known color: Butterfly Bush. HEX triplet: 61, 4D and 8C. RGB value is (97,77,140). Sum of RGB (Red+Green+Blue) = 97+77+140=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #614D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D8C is #9EB273. Grayscale: #595959. Windows color (decimal): -10400372 or 9194849. OLE color: 9194849.

HSL color Cylindrical-coordinate representation of color #614D8C: hue angle of 259.05º 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 #614D8C is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 77 140 -
CMYK 0.31 0.45 0 0.45
HSL 259.05º 0.29% 0.43% -
HSV(B) 259.05º 0.45% 0.55% -
XYZ 12.32 9.74 26.04 -
YUV 90.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 97 77 140 0.31 0.45 0 0.45 259.05 0.29 0.43
Hex 61 4D 8C 1F 2D 0 2D 103 1D 2B
Octal 141 115 214 37 55 0 55 403 35 53
Binary 1100001 1001101 10001100 11111 101101 0 101101 100000011 11101 101011

Color Harmonies of #614D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D8C

Black with #614D8C

Text Example


Text Example

White with #614D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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