Html Css Color HEX #614979 Honey Flower

📋 copy color: '#614979'

red 97 ◦ green 73 ◦ blue 121

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

Shades of Honey Flower #614979

Tints of Honey Flower #614979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 33.33%
G = 25.09%
B = 41.58%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614979 (or 0x614979) is known color: Honey Flower. HEX triplet: 61, 49 and 79. RGB value is (97,73,121). Sum of RGB (Red+Green+Blue) = 97+73+121=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #614979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614979 is #9EB686. Grayscale: #555555. Windows color (decimal): -10401415 or 7948641. OLE color: 7948641.

HSL color Cylindrical-coordinate representation of color #614979: hue angle of 270º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614979 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 73 121 -
CMYK 0.20 0.40 0 0.53
HSL 270º 0.25% 0.38% -
HSV(B) 270º 0.4% 0.47% -
XYZ 10.76 8.69 19.2 -
YUV 85.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 97 73 121 0.20 0.40 0 0.53 270 0.25 0.38
Hex 61 49 79 14 28 0 35 10E 19 26
Octal 141 111 171 24 50 0 65 416 31 46
Binary 1100001 1001001 1111001 10100 101000 0 110101 100001110 11001 100110

Color Harmonies of #614979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614979

Black with #614979

Text Example


Text Example

White with #614979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614979; }

 p { color: rgb(97,73,121); }

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

background-color css

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

 a { background-color: rgb(97,73,121); }

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

border-color css

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

 span { border-color: rgb(97,73,121); }

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