#614977

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

Shades of Honey Flower #614977

Tints of Honey Flower #614977

Color information

#614977 (or 0x614977) is unknown color: approx Honey Flower. HEX triplet: 61, 49 and 77. RGB value is (97,73,119). Sum of RGB (Red+Green+Blue) = 97+73+119=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #614977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614977 is #9EB688. Grayscale: #555555. Windows color (decimal): -10401417 or 7817569. OLE color: 7817569.

HSL color Cylindrical-coordinate representation of color #614977: hue angle of 271.3º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614977 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9773119-
CMYK0.180.3900.53
HSL271.3º23.96%37.65%-
HSV(B)271.3º38.66%46.67%-
XYZ10.648.6418.56-
YUV85.42146.95136.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=33.56%
G=25.26%
B=41.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97731190.180.3900.53271.323.9637.65
Hex614977122703510f1826
Octal14111116722470654173046
Binary11000011001001111011110010100111011010110000111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614977; }

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

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

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

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

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

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

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

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