#62466D

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

Shades of Honey Flower #62466D

Tints of Honey Flower #62466D

Color information

#62466D (or 0x62466D) is unknown color: approx Honey Flower. HEX triplet: 62, 46 and 6D. RGB value is (98,70,109). Sum of RGB (Red+Green+Blue) = 98+70+109=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #62466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62466D is #9DB992. Grayscale: #525252. Windows color (decimal): -10336659 or 7161442. OLE color: 7161442.

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

Color convert

RGB9870109-
CMYK0.100.3600.57
HSL283.08º21.79%35.1%-
HSV(B)283.08º35.78%42.75%-
XYZ9.998.0815.5-
YUV82.82142.78138.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=35.38%
G=25.27%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98701090.100.3600.57283.0821.7935.1
Hex62466DA2403911b1623
Octal14210615512440714332643
Binary1100010100011011011011010100100011100110001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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