#62347C

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

Shades of Honey Flower #62347C

Tints of Honey Flower #62347C

Color information

#62347C (or 0x62347C) is unknown color: approx Honey Flower. HEX triplet: 62, 34 and 7C. RGB value is (98,52,124). Sum of RGB (Red+Green+Blue) = 98+52+124=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #62347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62347C is #9DCB83. Grayscale: #494949. Windows color (decimal): -10341252 or 8139874. OLE color: 8139874.

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

Color convert

RGB9852124-
CMYK0.210.5800.51
HSL278.33º40.91%34.51%-
HSV(B)278.33º58.06%48.63%-
XYZ9.96.5119.8-
YUV73.96156.24145.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=35.77%
G=18.98%
B=45.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98521240.210.5800.51278.3340.9134.51
Hex62347C153A0331162923
Octal1426417425720634265143
Binary11000101101001111100101011110100110011100010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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