#614878

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

Shades of Honey Flower #614878

Tints of Honey Flower #614878

Color information

#614878 (or 0x614878) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 78. RGB value is (97,72,120). Sum of RGB (Red+Green+Blue) = 97+72+120=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #614878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614878 is #9EB787. Grayscale: #545454. Windows color (decimal): -10401672 or 7882849. OLE color: 7882849.

HSL color Cylindrical-coordinate representation of color #614878: hue angle of 271.25º 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 #614878 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9772120-
CMYK0.190.4000.53
HSL271.25º25%37.65%-
HSV(B)271.25º40%47.06%-
XYZ10.648.5318.86-
YUV84.95147.78136.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=33.56%
G=24.91%
B=41.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97721200.190.4000.53271.252537.65
Hex614878132803510f1926
Octal14111017023500654173146
Binary11000011001000111100010011101000011010110000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614878; }

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

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

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

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

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

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

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

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