#63106E

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

Shades of Seance #63106E

Tints of Seance #63106E

Color information

#63106E (or 0x63106E) is unknown color: approx Seance. HEX triplet: 63, 10 and 6E. RGB value is (99,16,110). Sum of RGB (Red+Green+Blue) = 99+16+110=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #63106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63106E is #9CEF91. Grayscale: #333333. Windows color (decimal): -10284946 or 7213155. OLE color: 7213155.

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

Color convert

RGB9916110-
CMYK0.10.8500.57
HSL292.98º74.6%24.71%-
HSV(B)292.98º85.45%43.14%-
XYZ8.154.1515.12-
YUV51.53161161.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=44%
G=7.11%
B=48.89%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99161100.10.8500.57292.9874.624.71
Hex63106EA550391254b19
Octal143201561212507144511331
Binary1100011100001101110101010101010111001100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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