#614B73

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

Shades of Honey Flower #614B73

Tints of Honey Flower #614B73

Color information

#614B73 (or 0x614B73) is unknown color: approx Honey Flower. HEX triplet: 61, 4B and 73. RGB value is (97,75,115). Sum of RGB (Red+Green+Blue) = 97+75+115=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #614B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B73 is #9EB48C. Grayscale: #565656. Windows color (decimal): -10400909 or 7555937. OLE color: 7555937.

HSL color Cylindrical-coordinate representation of color #614B73: hue angle of 273º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614B73 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9775115-
CMYK0.160.3500.55
HSL273º21.05%37.25%-
HSV(B)273º34.78%45.1%-
XYZ10.548.8117.36-
YUV86.14144.29135.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=33.80%
G=26.13%
B=40.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97751150.160.3500.5527321.0537.25
Hex614B7310230371111525
Octal14111316320430674212545
Binary11000011001011111001110000100011011011110001000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614B73; }

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

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

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

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

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

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

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

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