Html Css Color HEX #614F9D Butterfly Bush

📋 copy color: '#614F9D'

red 97 ◦ green 79 ◦ blue 157

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

Shades of Butterfly Bush #614F9D

Tints of Butterfly Bush #614F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 29.13%
G = 23.72%
B = 47.15%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#614F9D (or 0x614F9D) is known color: Butterfly Bush. HEX triplet: 61, 4F and 9D. RGB value is (97,79,157). Sum of RGB (Red+Green+Blue) = 97+79+157=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #614F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F9D is #9EB062. Grayscale: #5C5C5C. Windows color (decimal): -10399843 or 10309473. OLE color: 10309473.

HSL color Cylindrical-coordinate representation of color #614F9D: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614F9D is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 79 157 -
CMYK 0.38 0.50 0 0.38
HSL 253.85º 0.33% 0.46% -
HSV(B) 253.85º 0.5% 0.62% -
XYZ 13.81 10.57 33.21 -
YUV 93.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 97 79 157 0.38 0.50 0 0.38 253.85 0.33 0.46
Hex 61 4F 9D 26 32 0 26 FE 21 2E
Octal 141 117 235 46 62 0 46 376 41 56
Binary 1100001 1001111 10011101 100110 110010 0 100110 11111110 100001 101110

Color Harmonies of #614F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F9D

Black with #614F9D

Text Example


Text Example

White with #614F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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