#614876

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

Shades of Honey Flower #614876

Tints of Honey Flower #614876

Color information

#614876 (or 0x614876) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 76. RGB value is (97,72,118). Sum of RGB (Red+Green+Blue) = 97+72+118=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #614876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614876 is #9EB789. Grayscale: #545454. Windows color (decimal): -10401674 or 7751777. OLE color: 7751777.

HSL color Cylindrical-coordinate representation of color #614876: hue angle of 272.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614876 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9772118-
CMYK0.180.3900.54
HSL272.61º24.21%37.25%-
HSV(B)272.61º38.98%46.27%-
XYZ10.528.4818.22-
YUV84.72146.78136.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=33.80%
G=25.09%
B=41.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97721180.180.3900.54272.6124.2137.25
Hex61487612270361111825
Octal14111016622470664213045
Binary11000011001000111011010010100111011011010001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614876; }

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

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

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

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

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

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

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

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