#62416A

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

Shades of Honey Flower #62416A

Tints of Honey Flower #62416A

Color information

#62416A (or 0x62416A) is unknown color: approx Honey Flower. HEX triplet: 62, 41 and 6A. RGB value is (98,65,106). Sum of RGB (Red+Green+Blue) = 98+65+106=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #62416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62416A is #9DBE95. Grayscale: #4F4F4F. Windows color (decimal): -10337942 or 6963554. OLE color: 6963554.

HSL color Cylindrical-coordinate representation of color #62416A: hue angle of 288.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62416A is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9865106-
CMYK0.080.3900.58
HSL288.29º23.98%33.53%-
HSV(B)288.29º38.68%41.57%-
XYZ9.537.4214.57-
YUV79.54142.93141.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=36.43%
G=24.16%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98651060.080.3900.58288.2923.9833.53
Hex62416A82703A1201822
Octal14210115210470724403042
Binary1100010100000111010101000100111011101010010000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62416A; }

 p { color: rgb(98,65,106); }

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

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

 a { background-color: rgb(98,65,106); }

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

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

 span { border-color: rgb(98,65,106); }

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