#614379

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

Shades of Honey Flower #614379

Tints of Honey Flower #614379

Color information

#614379 (or 0x614379) is unknown color: approx Honey Flower. HEX triplet: 61, 43 and 79. RGB value is (97,67,121). Sum of RGB (Red+Green+Blue) = 97+67+121=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #614379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614379 is #9EBC86. Grayscale: #515151. Windows color (decimal): -10402951 or 7947105. OLE color: 7947105.

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

Color convert

RGB9767121-
CMYK0.200.4500.53
HSL273.33º28.72%36.86%-
HSV(B)273.33º44.63%47.45%-
XYZ10.397.9419.07-
YUV82.13149.94138.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=34.04%
G=23.51%
B=42.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97671210.200.4500.53273.3328.7236.86
Hex614379142D0351111d25
Octal14110317124550654213545
Binary11000011000011111100110100101101011010110001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614379; }

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

 H1.HeaderClassName
 {
   color: #614379;
 }
 .AnyTagClassName
 {
   color: #614379;
 }
</style>
background-color css

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

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

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

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

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

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