#614D6D

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

Shades of Honey Flower #614D6D

Tints of Honey Flower #614D6D

Color information

#614D6D (or 0x614D6D) is unknown color: approx Honey Flower. HEX triplet: 61, 4D and 6D. RGB value is (97,77,109). Sum of RGB (Red+Green+Blue) = 97+77+109=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #614D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6D is #9EB292. Grayscale: #565656. Windows color (decimal): -10400403 or 7163233. OLE color: 7163233.

HSL color Cylindrical-coordinate representation of color #614D6D: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614D6D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9777109-
CMYK0.110.2900.57
HSL277.5º17.2%36.47%-
HSV(B)277.5º29.36%42.75%-
XYZ10.348.9515.65-
YUV86.63140.63135.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=34.28%
G=27.21%
B=38.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97771090.110.2900.57277.517.236.47
Hex614D6DB1D0391161124
Octal14111515513350714262144
Binary110000110011011101101101111101011100110001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,109); }

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

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

 a { background-color: rgb(97,77,109); }

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

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

 span { border-color: rgb(97,77,109); }

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