#614775

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

Shades of Honey Flower #614775

Tints of Honey Flower #614775

Color information

#614775 (or 0x614775) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 75. RGB value is (97,71,117). Sum of RGB (Red+Green+Blue) = 97+71+117=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #614775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614775 is #9EB88A. Grayscale: #535353. Windows color (decimal): -10401931 or 7685985. OLE color: 7685985.

HSL color Cylindrical-coordinate representation of color #614775: hue angle of 273.91º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614775 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9771117-
CMYK0.170.3900.54
HSL273.91º24.47%36.86%-
HSV(B)273.91º39.32%45.88%-
XYZ10.398.3317.89-
YUV84.02146.61137.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=34.04%
G=24.91%
B=41.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97711170.170.3900.54273.9124.4736.86
Hex61477511270361121825
Octal14110716521470664223045
Binary11000011000111111010110001100111011011010001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614775; }

 p { color: rgb(97,71,117); }

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

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

 a { background-color: rgb(97,71,117); }

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

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

 span { border-color: rgb(97,71,117); }

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