Html Css Color HEX #614F8C Butterfly Bush

📋 copy color: '#614F8C'

red 97 ◦ green 79 ◦ blue 140

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

Shades of Butterfly Bush #614F8C

Tints of Butterfly Bush #614F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25%

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

R = 30.7%
G = 25%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#614F8C (or 0x614F8C) is known color: Butterfly Bush. HEX triplet: 61, 4F and 8C. RGB value is (97,79,140). Sum of RGB (Red+Green+Blue) = 97+79+140=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #614F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F8C is #9EB073. Grayscale: #5B5B5B. Windows color (decimal): -10399860 or 9195361. OLE color: 9195361.

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

Color convert

RGB 97 79 140 -
CMYK 0.31 0.44 0 0.45
HSL 257.7º 0.28% 0.43% -
HSV(B) 257.7º 0.44% 0.55% -
XYZ 12.46 10.03 26.09 -
YUV 91.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 97 79 140 0.31 0.44 0 0.45 257.7 0.28 0.43
Hex 61 4F 8C 1F 2C 0 2D 102 1C 2B
Octal 141 117 214 37 54 0 55 402 34 53
Binary 1100001 1001111 10001100 11111 101100 0 101101 100000010 11100 101011

Color Harmonies of #614F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F8C

Black with #614F8C

Text Example


Text Example

White with #614F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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