#614579

Color #614579 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #614579

Tints of Honey Flower #614579

Color information

#614579 (or 0x614579) is unknown color: approx 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

RGB9769121-
CMYK0.200.4300.53
HSL272.31º27.37%37.25%-
HSV(B)272.31º42.98%47.45%-
XYZ10.518.1819.11-
YUV83.3149.28137.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=33.80%
G=24.04%
B=42.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97691210.200.4300.53272.3127.3737.25
Hex614579142B0351101b25
Octal14110517124530654203345
Binary11000011000101111100110100101011011010110001000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>