#624472

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

Shades of Honey Flower #624472

Tints of Honey Flower #624472

Color information

#624472 (or 0x624472) is unknown color: approx Honey Flower. HEX triplet: 62, 44 and 72. RGB value is (98,68,114). Sum of RGB (Red+Green+Blue) = 98+68+114=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #624472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624472 is #9DBB8D. Grayscale: #525252. Windows color (decimal): -10337166 or 7488610. OLE color: 7488610.

HSL color Cylindrical-coordinate representation of color #624472: hue angle of 279.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #624472 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9868114-
CMYK0.140.4000.55
HSL279.13º25.27%35.69%-
HSV(B)279.13º40.35%44.71%-
XYZ10.147.9516.92-
YUV82.21145.94139.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=35%
G=24.29%
B=40.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98681140.140.4000.55279.1325.2735.69
Hex624472E280371171924
Octal14210416216500674273144
Binary1100010100010011100101110101000011011110001011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624472; }

 p { color: rgb(98,68,114); }

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

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

 a { background-color: rgb(98,68,114); }

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

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

 span { border-color: rgb(98,68,114); }

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