Html Css Color HEX #614C8C Butterfly Bush

📋 copy color: '#614C8C'

red 97 ◦ green 76 ◦ blue 140

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

Shades of Butterfly Bush #614C8C

Tints of Butterfly Bush #614C8C

RGB

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

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

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

R = 30.99%
G = 24.28%
B = 44.73%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#614C8C (or 0x614C8C) is known color: Butterfly Bush. HEX triplet: 61, 4C and 8C. RGB value is (97,76,140). Sum of RGB (Red+Green+Blue) = 97+76+140=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #614C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C8C is #9EB373. Grayscale: #595959. Windows color (decimal): -10400628 or 9194593. OLE color: 9194593.

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

Color convert

RGB 97 76 140 -
CMYK 0.31 0.46 0 0.45
HSL 259.69º 0.3% 0.42% -
HSV(B) 259.69º 0.46% 0.55% -
XYZ 12.25 9.6 26.02 -
YUV 89.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 97 76 140 0.31 0.46 0 0.45 259.69 0.3 0.42
Hex 61 4C 8C 1F 2E 0 2D 104 1E 2A
Octal 141 114 214 37 56 0 55 404 36 52
Binary 1100001 1001100 10001100 11111 101110 0 101101 100000100 11110 101010

Color Harmonies of #614C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C8C

Black with #614C8C

Text Example


Text Example

White with #614C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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