#614B74

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

Shades of Honey Flower #614B74

Tints of Honey Flower #614B74

Color information

#614B74 (or 0x614B74) is unknown color: approx Honey Flower. HEX triplet: 61, 4B and 74. RGB value is (97,75,116). Sum of RGB (Red+Green+Blue) = 97+75+116=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #614B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B74 is #9EB48B. Grayscale: #565656. Windows color (decimal): -10400908 or 7621473. OLE color: 7621473.

HSL color Cylindrical-coordinate representation of color #614B74: hue angle of 272.2º 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 #614B74 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9775116-
CMYK0.160.3500.55
HSL272.2º21.47%37.45%-
HSV(B)272.2º35.34%45.49%-
XYZ10.68.8317.67-
YUV86.25144.79135.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=33.68%
G=26.04%
B=40.28%

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
Decimal97751160.160.3500.55272.221.4737.45
Hex614B7410230371101525
Octal14111316420430674202545
Binary11000011001011111010010000100011011011110001000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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