#62356B

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

Shades of Seance #62356B

Tints of Seance #62356B

Color information

#62356B (or 0x62356B) is unknown color: approx Seance. HEX triplet: 62, 35 and 6B. RGB value is (98,53,107). Sum of RGB (Red+Green+Blue) = 98+53+107=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #62356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62356B is #9DCA94. Grayscale: #484848. Windows color (decimal): -10341013 or 7026018. OLE color: 7026018.

HSL color Cylindrical-coordinate representation of color #62356B: hue angle of 290º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62356B is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9853107-
CMYK0.080.5000.58
HSL290º33.75%31.37%-
HSV(B)290º50.47%41.96%-
XYZ8.966.214.64-
YUV72.61147.41146.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=37.98%
G=20.54%
B=41.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98531070.080.5000.5829033.7531.37
Hex62356B83203A122221f
Octal1426515310620724424237
Binary110001011010111010111000110010011101010010001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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