#62136C

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

Shades of Seance #62136C

Tints of Seance #62136C

Color information

#62136C (or 0x62136C) is unknown color: approx Seance. HEX triplet: 62, 13 and 6C. RGB value is (98,19,108). Sum of RGB (Red+Green+Blue) = 98+19+108=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #62136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62136C is #9DEC93. Grayscale: #343434. Windows color (decimal): -10349716 or 7082850. OLE color: 7082850.

HSL color Cylindrical-coordinate representation of color #62136C: hue angle of 293.26º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62136C is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9819108-
CMYK0.090.8200.58
HSL293.26º70.08%24.9%-
HSV(B)293.26º82.41%42.35%-
XYZ7.984.1514.57-
YUV52.77159.17160.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 108 (42.58% from 255) = 48%
R=43.56%
G=8.44%
B=48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98191080.090.8200.58293.2670.0824.9
Hex62136C95203A1254619
Octal142231541112207244510631
Binary1100010100111101100100110100100111010100100101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,19,108); }

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

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

 a { background-color: rgb(98,19,108); }

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

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

 span { border-color: rgb(98,19,108); }

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