#614679

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

Shades of Honey Flower #614679

Tints of Honey Flower #614679

Color information

#614679 (or 0x614679) is unknown color: approx Honey Flower. HEX triplet: 61, 46 and 79. RGB value is (97,70,121). Sum of RGB (Red+Green+Blue) = 97+70+121=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #614679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614679 is #9EB986. Grayscale: #535353. Windows color (decimal): -10402183 or 7947873. OLE color: 7947873.

HSL color Cylindrical-coordinate representation of color #614679: hue angle of 271.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614679 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9770121-
CMYK0.200.4200.53
HSL271.76º26.7%37.45%-
HSV(B)271.76º42.15%47.45%-
XYZ10.578.319.13-
YUV83.89148.95137.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=33.68%
G=24.31%
B=42.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97701210.200.4200.53271.7626.737.45
Hex614679142A0351101b25
Octal14110617124520654203345
Binary11000011000110111100110100101010011010110001000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614679; }

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

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

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

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

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

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

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

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