Html Css Color HEX #614579 Honey Flower

📋 copy color: '#614579'

red 97 ◦ green 69 ◦ blue 121

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

Shades of Honey Flower #614579

Tints of Honey Flower #614579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 33.8%
G = 24.04%
B = 42.16%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614579 (or 0x614579) is known color: Honey Flower. HEX triplet: 61, 45 and 79. RGB value is (97,69,121). Sum of RGB (Red+Green+Blue) = 97+69+121=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #614579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614579 is #9EBA86. Grayscale: #535353. Windows color (decimal): -10402439 or 7947617. OLE color: 7947617.

HSL color Cylindrical-coordinate representation of color #614579: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614579 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 69 121 -
CMYK 0.20 0.43 0 0.53
HSL 272.31º 0.27% 0.37% -
HSV(B) 272.31º 0.43% 0.47% -
XYZ 10.51 8.18 19.11 -
YUV 83.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 97 69 121 0.20 0.43 0 0.53 272.31 0.27 0.37
Hex 61 45 79 14 2B 0 35 110 1B 25
Octal 141 105 171 24 53 0 65 420 33 45
Binary 1100001 1000101 1111001 10100 101011 0 110101 100010000 11011 100101

Color Harmonies of #614579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614579

Black with #614579

Text Example


Text Example

White with #614579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614579; }

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

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

background-color css

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

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

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

border-color css

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

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

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