#614477

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

Shades of Honey Flower #614477

Tints of Honey Flower #614477

Color information

#614477 (or 0x614477) is unknown color: approx Honey Flower. HEX triplet: 61, 44 and 77. RGB value is (97,68,119). Sum of RGB (Red+Green+Blue) = 97+68+119=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #614477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614477 is #9EBB88. Grayscale: #525252. Windows color (decimal): -10402697 or 7816289. OLE color: 7816289.

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

Color convert

RGB9768119-
CMYK0.180.4300.53
HSL274.12º27.27%36.67%-
HSV(B)274.12º42.86%46.67%-
XYZ10.338.0118.45-
YUV82.48148.61138.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=34.15%
G=23.94%
B=41.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97681190.180.4300.53274.1227.2736.67
Hex614477122B0351121b25
Octal14110416722530654223345
Binary11000011000100111011110010101011011010110001001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614477; }

 p { color: rgb(97,68,119); }

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

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

 a { background-color: rgb(97,68,119); }

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

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

 span { border-color: rgb(97,68,119); }

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