#63386B

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

Shades of Seance #63386B

Tints of Seance #63386B

Color information

#63386B (or 0x63386B) is unknown color: approx Seance. HEX triplet: 63, 38 and 6B. RGB value is (99,56,107). Sum of RGB (Red+Green+Blue) = 99+56+107=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #63386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63386B is #9CC794. Grayscale: #4A4A4A. Windows color (decimal): -10274709 or 7026787. OLE color: 7026787.

HSL color Cylindrical-coordinate representation of color #63386B: hue angle of 290.59º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63386B is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9956107-
CMYK0.070.4800.58
HSL290.59º31.29%31.96%-
HSV(B)290.59º47.66%41.96%-
XYZ9.216.5414.69-
YUV74.67146.25145.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=37.79%
G=21.37%
B=40.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99561070.070.4800.58290.5931.2931.96
Hex63386B73003A1231f20
Octal143701537600724433740
Binary11000111110001101011111110000011101010010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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