#624069

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

Shades of Honey Flower #624069

Tints of Honey Flower #624069

Color information

#624069 (or 0x624069) is unknown color: approx Honey Flower. HEX triplet: 62, 40 and 69. RGB value is (98,64,105). Sum of RGB (Red+Green+Blue) = 98+64+105=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #624069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624069 is #9DBF96. Grayscale: #4E4E4E. Windows color (decimal): -10338199 or 6897762. OLE color: 6897762.

HSL color Cylindrical-coordinate representation of color #624069: hue angle of 289.76º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #624069 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9864105-
CMYK0.070.3900.59
HSL289.76º24.26%33.14%-
HSV(B)289.76º39.05%41.18%-
XYZ9.427.2814.27-
YUV78.84142.76141.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=36.70%
G=23.97%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98641050.070.3900.59289.7624.2633.14
Hex62406972703B1221821
Octal1421001517470734423041
Binary110001010000001101001111100111011101110010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624069; }

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

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

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

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

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

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

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

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