#62406D

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

Shades of Honey Flower #62406D

Tints of Honey Flower #62406D

Color information

#62406D (or 0x62406D) is unknown color: approx Honey Flower. HEX triplet: 62, 40 and 6D. RGB value is (98,64,109). Sum of RGB (Red+Green+Blue) = 98+64+109=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #62406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62406D is #9DBF92. Grayscale: #4F4F4F. Windows color (decimal): -10338195 or 7159906. OLE color: 7159906.

HSL color Cylindrical-coordinate representation of color #62406D: hue angle of 285.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62406D is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9864109-
CMYK0.100.4100.57
HSL285.33º26.01%33.92%-
HSV(B)285.33º41.28%42.75%-
XYZ9.637.3715.38-
YUV79.3144.76141.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=36.16%
G=23.62%
B=40.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98641090.100.4100.57285.3326.0133.92
Hex62406DA2903911d1a22
Octal14210015512510714353242
Binary1100010100000011011011010101001011100110001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62406D; }

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

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

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

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

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

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

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

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