#62466C

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

Shades of Honey Flower #62466C

Tints of Honey Flower #62466C

Color information

#62466C (or 0x62466C) is unknown color: approx Honey Flower. HEX triplet: 62, 46 and 6C. RGB value is (98,70,108). Sum of RGB (Red+Green+Blue) = 98+70+108=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #62466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62466C is #9DB993. Grayscale: #525252. Windows color (decimal): -10336660 or 7095906. OLE color: 7095906.

HSL color Cylindrical-coordinate representation of color #62466C: hue angle of 284.21º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62466C is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9870108-
CMYK0.090.3500.58
HSL284.21º21.35%34.9%-
HSV(B)284.21º35.19%42.35%-
XYZ9.938.0615.22-
YUV82.7142.28138.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=35.51%
G=25.36%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98701080.090.3500.58284.2121.3534.9
Hex62466C92303A11c1523
Octal14210615411430724342543
Binary1100010100011011011001001100011011101010001110010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62466C; }

 p { color: rgb(98,70,108); }

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

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

 a { background-color: rgb(98,70,108); }

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

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

 span { border-color: rgb(98,70,108); }

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