#614B71

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

Shades of Honey Flower #614B71

Tints of Honey Flower #614B71

Color information

#614B71 (or 0x614B71) is unknown color: approx Honey Flower. HEX triplet: 61, 4B and 71. RGB value is (97,75,113). Sum of RGB (Red+Green+Blue) = 97+75+113=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #614B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B71 is #9EB48E. Grayscale: #555555. Windows color (decimal): -10400911 or 7424865. OLE color: 7424865.

HSL color Cylindrical-coordinate representation of color #614B71: hue angle of 274.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614B71 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9775113-
CMYK0.140.3400.56
HSL274.74º20.21%36.86%-
HSV(B)274.74º33.63%44.31%-
XYZ10.438.7716.77-
YUV85.91143.29135.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=34.04%
G=26.32%
B=39.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97751130.140.3400.56274.7420.2136.86
Hex614B71E220381131425
Octal14111316116420704232445
Binary1100001100101111100011110100010011100010001001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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