#63386E

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

Shades of Seance #63386E

Tints of Seance #63386E

Color information

#63386E (or 0x63386E) is unknown color: approx Seance. HEX triplet: 63, 38 and 6E. RGB value is (99,56,110). Sum of RGB (Red+Green+Blue) = 99+56+110=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #63386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63386E is #9CC791. Grayscale: #4A4A4A. Windows color (decimal): -10274706 or 7223395. OLE color: 7223395.

HSL color Cylindrical-coordinate representation of color #63386E: hue angle of 287.78º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63386E is Cyan = 0.1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9956110-
CMYK0.10.4900.57
HSL287.78º32.53%32.55%-
HSV(B)287.78º49.09%43.14%-
XYZ9.376.6115.53-
YUV75.01147.75145.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=37.36%
G=21.13%
B=41.51%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99561100.10.4900.57287.7832.5332.55
Hex63386EA310391202121
Octal1437015612610714404141
Binary1100011111000110111010101100010111001100100000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63386E; }

 p { color: rgb(99,56,110); }

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

<style>
 a { background-color: #63386E; }

 a { background-color: rgb(99,56,110); }

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

<style>
 span { border-color: #63386E; }

 span { border-color: rgb(99,56,110); }

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