Html Css Color HEX #614F9F Butterfly Bush

📋 copy color: '#614F9F'

red 97 ◦ green 79 ◦ blue 159

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

Shades of Butterfly Bush #614F9F

Tints of Butterfly Bush #614F9F

RGB

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

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

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

R = 28.96%
G = 23.58%
B = 47.46%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#614F9F (or 0x614F9F) is known color: Butterfly Bush. HEX triplet: 61, 4F and 9F. RGB value is (97,79,159). Sum of RGB (Red+Green+Blue) = 97+79+159=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #614F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F9F is #9EB060. Grayscale: #5D5D5D. Windows color (decimal): -10399841 or 10440545. OLE color: 10440545.

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

Color convert

RGB 97 79 159 -
CMYK 0.39 0.50 0 0.38
HSL 253.5º 0.34% 0.47% -
HSV(B) 253.5º 0.5% 0.62% -
XYZ 13.98 10.64 34.12 -
YUV 93.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 97 79 159 0.39 0.50 0 0.38 253.5 0.34 0.47
Hex 61 4F 9F 27 32 0 26 FE 22 2F
Octal 141 117 237 47 62 0 46 376 42 57
Binary 1100001 1001111 10011111 100111 110010 0 100110 11111110 100010 101111

Color Harmonies of #614F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F9F

Black with #614F9F

Text Example


Text Example

White with #614F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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