#62456B

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

Shades of Honey Flower #62456B

Tints of Honey Flower #62456B

Color information

#62456B (or 0x62456B) is unknown color: approx Honey Flower. HEX triplet: 62, 45 and 6B. RGB value is (98,69,107). Sum of RGB (Red+Green+Blue) = 98+69+107=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #62456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62456B is #9DBA94. Grayscale: #515151. Windows color (decimal): -10336917 or 7030114. OLE color: 7030114.

HSL color Cylindrical-coordinate representation of color #62456B: hue angle of 285.79º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62456B is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9869107-
CMYK0.080.3600.58
HSL285.79º21.59%34.51%-
HSV(B)285.79º35.51%41.96%-
XYZ9.827.9114.92-
YUV82142.11139.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=35.77%
G=25.18%
B=39.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98691070.080.3600.58285.7921.5934.51
Hex62456B82403A11e1623
Octal14210515310440724362643
Binary1100010100010111010111000100100011101010001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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