#62456D

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

Shades of Honey Flower #62456D

Tints of Honey Flower #62456D

Color information

#62456D (or 0x62456D) is unknown color: approx Honey Flower. HEX triplet: 62, 45 and 6D. RGB value is (98,69,109). Sum of RGB (Red+Green+Blue) = 98+69+109=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #62456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62456D is #9DBA92. Grayscale: #525252. Windows color (decimal): -10336915 or 7161186. OLE color: 7161186.

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

Color convert

RGB9869109-
CMYK0.100.3700.57
HSL283.5º22.47%34.9%-
HSV(B)283.5º36.7%42.75%-
XYZ9.937.9615.48-
YUV82.23143.11139.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=35.51%
G=25%
B=39.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98691090.100.3700.57283.522.4734.9
Hex62456DA2503911c1623
Octal14210515512450714342643
Binary1100010100010111011011010100101011100110001110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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