#62426D

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

Shades of Honey Flower #62426D

Tints of Honey Flower #62426D

Color information

#62426D (or 0x62426D) is unknown color: approx Honey Flower. HEX triplet: 62, 42 and 6D. RGB value is (98,66,109). Sum of RGB (Red+Green+Blue) = 98+66+109=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #62426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62426D is #9DBD92. Grayscale: #505050. Windows color (decimal): -10337683 or 7160418. OLE color: 7160418.

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

Color convert

RGB9866109-
CMYK0.100.3900.57
HSL284.65º24.57%34.31%-
HSV(B)284.65º39.45%42.75%-
XYZ9.757.615.42-
YUV80.47144.1140.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=35.90%
G=24.18%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98661090.100.3900.57284.6524.5734.31
Hex62426DA2703911d1922
Octal14210215512470714353142
Binary1100010100001011011011010100111011100110001110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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