#62326F

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

Shades of Seance #62326F

Tints of Seance #62326F

Color information

#62326F (or 0x62326F) is unknown color: approx Seance. HEX triplet: 62, 32 and 6F. RGB value is (98,50,111). Sum of RGB (Red+Green+Blue) = 98+50+111=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #62326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62326F is #9DCD90. Grayscale: #474747. Windows color (decimal): -10341777 or 7287394. OLE color: 7287394.

HSL color Cylindrical-coordinate representation of color #62326F: hue angle of 287.21º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62326F is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9850111-
CMYK0.120.5500.56
HSL287.21º37.89%31.57%-
HSV(B)287.21º54.95%43.53%-
XYZ9.056.0315.73-
YUV71.31150.4147.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=37.84%
G=19.31%
B=42.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98501110.120.5500.56287.2137.8931.57
Hex62326FC3703811f2620
Octal1426215714670704374640
Binary1100010110010110111111001101110111000100011111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62326F; }

 p { color: rgb(98,50,111); }

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

<style>
 a { background-color: #62326F; }

 a { background-color: rgb(98,50,111); }

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

<style>
 span { border-color: #62326F; }

 span { border-color: rgb(98,50,111); }

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