#614773

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

Shades of Honey Flower #614773

Tints of Honey Flower #614773

Color information

#614773 (or 0x614773) is unknown color: approx Honey Flower. HEX triplet: 61, 47 and 73. RGB value is (97,71,115). Sum of RGB (Red+Green+Blue) = 97+71+115=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #614773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614773 is #9EB88C. Grayscale: #535353. Windows color (decimal): -10401933 or 7554913. OLE color: 7554913.

HSL color Cylindrical-coordinate representation of color #614773: hue angle of 275.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614773 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9771115-
CMYK0.160.3800.55
HSL275.45º23.66%36.47%-
HSV(B)275.45º38.26%45.1%-
XYZ10.288.2917.28-
YUV83.79145.61137.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=34.28%
G=25.09%
B=40.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97711150.160.3800.55275.4523.6636.47
Hex61477310260371131824
Octal14110716320460674233044
Binary11000011000111111001110000100110011011110001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614773; }

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

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

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

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

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

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

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

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