#62357C

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

Shades of Honey Flower #62357C

Tints of Honey Flower #62357C

Color information

#62357C (or 0x62357C) is unknown color: approx Honey Flower. HEX triplet: 62, 35 and 7C. RGB value is (98,53,124). Sum of RGB (Red+Green+Blue) = 98+53+124=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #62357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62357C is #9DCA83. Grayscale: #4A4A4A. Windows color (decimal): -10340996 or 8140130. OLE color: 8140130.

HSL color Cylindrical-coordinate representation of color #62357C: hue angle of 278.03º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62357C is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9853124-
CMYK0.210.5700.51
HSL278.03º40.11%34.71%-
HSV(B)278.03º57.26%48.63%-
XYZ9.956.619.82-
YUV74.55155.91144.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=35.64%
G=19.27%
B=45.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98531240.210.5700.51278.0340.1134.71
Hex62357C15390331162823
Octal1426517425710634265043
Binary11000101101011111100101011110010110011100010110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,53,124); }

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

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

 a { background-color: rgb(98,53,124); }

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

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

 span { border-color: rgb(98,53,124); }

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