#624770

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

Shades of Honey Flower #624770

Tints of Honey Flower #624770

Color information

#624770 (or 0x624770) is unknown color: approx Honey Flower. HEX triplet: 62, 47 and 70. RGB value is (98,71,112). Sum of RGB (Red+Green+Blue) = 98+71+112=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #624770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624770 is #9DB88F. Grayscale: #535353. Windows color (decimal): -10336400 or 7358306. OLE color: 7358306.

HSL color Cylindrical-coordinate representation of color #624770: hue angle of 279.51º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #624770 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9871112-
CMYK0.130.3700.56
HSL279.51º22.4%35.88%-
HSV(B)279.51º36.61%43.92%-
XYZ10.218.2716.39-
YUV83.75143.95138.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=34.88%
G=25.27%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98711120.130.3700.56279.5122.435.88
Hex624770D250381181624
Octal14210716015450704302644
Binary1100010100011111100001101100101011100010001100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624770; }

 p { color: rgb(98,71,112); }

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

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

 a { background-color: rgb(98,71,112); }

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

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

 span { border-color: rgb(98,71,112); }

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