#614673

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

Shades of Honey Flower #614673

Tints of Honey Flower #614673

Color information

#614673 (or 0x614673) is unknown color: approx Honey Flower. HEX triplet: 61, 46 and 73. RGB value is (97,70,115). Sum of RGB (Red+Green+Blue) = 97+70+115=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #614673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614673 is #9EB98C. Grayscale: #535353. Windows color (decimal): -10402189 or 7554657. OLE color: 7554657.

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

Color convert

RGB9770115-
CMYK0.160.3900.55
HSL276º24.32%36.27%-
HSV(B)276º39.13%45.1%-
XYZ10.218.1617.26-
YUV83.2145.95137.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=34.40%
G=24.82%
B=40.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97701150.160.3900.5527624.3236.27
Hex61467310270371141824
Octal14110616320470674243044
Binary11000011000110111001110000100111011011110001010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614673; }

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

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

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

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

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

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

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

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