Html Css Color HEX #614D9F Butterfly Bush

📋 copy color: '#614D9F'

red 97 ◦ green 77 ◦ blue 159

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

Shades of Butterfly Bush #614D9F

Tints of Butterfly Bush #614D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 29.13%
G = 23.12%
B = 47.75%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#614D9F (or 0x614D9F) is known color: Butterfly Bush. HEX triplet: 61, 4D and 9F. RGB value is (97,77,159). Sum of RGB (Red+Green+Blue) = 97+77+159=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #614D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D9F is #9EB260. Grayscale: #5C5C5C. Windows color (decimal): -10400353 or 10440033. OLE color: 10440033.

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

Color convert

RGB 97 77 159 -
CMYK 0.39 0.52 0 0.38
HSL 254.63º 0.35% 0.46% -
HSV(B) 254.63º 0.52% 0.62% -
XYZ 13.84 10.35 34.07 -
YUV 92.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 97 77 159 0.39 0.52 0 0.38 254.63 0.35 0.46
Hex 61 4D 9F 27 34 0 26 FF 23 2E
Octal 141 115 237 47 64 0 46 377 43 56
Binary 1100001 1001101 10011111 100111 110100 0 100110 11111111 100011 101110

Color Harmonies of #614D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D9F

Black with #614D9F

Text Example


Text Example

White with #614D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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