#614776

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

Shades of Honey Flower #614776

Tints of Honey Flower #614776

Color information

#614776 (or 0x614776) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 76. RGB value is (97,71,118). Sum of RGB (Red+Green+Blue) = 97+71+118=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #614776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614776 is #9EB889. Grayscale: #535353. Windows color (decimal): -10401930 or 7751521. OLE color: 7751521.

HSL color Cylindrical-coordinate representation of color #614776: hue angle of 273.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614776 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9771118-
CMYK0.180.4000.54
HSL273.19º24.87%37.06%-
HSV(B)273.19º39.83%46.27%-
XYZ10.458.3618.2-
YUV84.13147.11137.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=33.92%
G=24.83%
B=41.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97711180.180.4000.54273.1924.8737.06
Hex61477612280361111925
Octal14110716622500664213145
Binary11000011000111111011010010101000011011010001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614776; }

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

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

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

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

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

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

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

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