#624072

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

Shades of Honey Flower #624072

Tints of Honey Flower #624072

Color information

#624072 (or 0x624072) is unknown color: approx Honey Flower. HEX triplet: 62, 40 and 72. RGB value is (98,64,114). Sum of RGB (Red+Green+Blue) = 98+64+114=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #624072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624072 is #9DBF8D. Grayscale: #4F4F4F. Windows color (decimal): -10338190 or 7487586. OLE color: 7487586.

HSL color Cylindrical-coordinate representation of color #624072: hue angle of 280.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #624072 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9864114-
CMYK0.140.4400.55
HSL280.8º28.09%34.9%-
HSV(B)280.8º43.86%44.71%-
XYZ9.917.4816.84-
YUV79.87147.26140.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=35.51%
G=23.19%
B=41.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98641140.140.4400.55280.828.0934.9
Hex624072E2C0371191c23
Octal14210016216540674313443
Binary1100010100000011100101110101100011011110001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624072; }

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

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

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

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

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

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

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

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