#614879

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

Shades of Honey Flower #614879

Tints of Honey Flower #614879

Color information

#614879 (or 0x614879) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 79. RGB value is (97,72,121). Sum of RGB (Red+Green+Blue) = 97+72+121=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #614879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614879 is #9EB786. Grayscale: #545454. Windows color (decimal): -10401671 or 7948385. OLE color: 7948385.

HSL color Cylindrical-coordinate representation of color #614879: hue angle of 270.61º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614879 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9772121-
CMYK0.200.4000.53
HSL270.61º25.39%37.84%-
HSV(B)270.61º40.5%47.45%-
XYZ10.78.5619.18-
YUV85.06148.28136.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=33.45%
G=24.83%
B=41.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97721210.200.4000.53270.6125.3937.84
Hex614879142803510f1926
Octal14111017124500654173146
Binary11000011001000111100110100101000011010110000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614879; }

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

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

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

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

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

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

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

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