#63346C

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

Shades of Seance #63346C

Tints of Seance #63346C

Color information

#63346C (or 0x63346C) is unknown color: approx Seance. HEX triplet: 63, 34 and 6C. RGB value is (99,52,108). Sum of RGB (Red+Green+Blue) = 99+52+108=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #63346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63346C is #9CCB93. Grayscale: #484848. Windows color (decimal): -10275732 or 7091299. OLE color: 7091299.

HSL color Cylindrical-coordinate representation of color #63346C: hue angle of 290.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63346C is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9952108-
CMYK0.080.5200.58
HSL290.36º35%31.37%-
HSV(B)290.36º51.85%42.35%-
XYZ9.086.1914.9-
YUV72.44148.07146.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=38.22%
G=20.08%
B=41.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99521080.080.5200.58290.363531.37
Hex63346C83403A122231f
Octal1436415410640724424337
Binary110001111010011011001000110100011101010010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,52,108); }

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

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

 a { background-color: rgb(99,52,108); }

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

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

 span { border-color: rgb(99,52,108); }

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