#63166E

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

Shades of Seance #63166E

Tints of Seance #63166E

Color information

#63166E (or 0x63166E) is unknown color: approx Seance. HEX triplet: 63, 16 and 6E. RGB value is (99,22,110). Sum of RGB (Red+Green+Blue) = 99+22+110=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #63166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63166E is #9CE991. Grayscale: #363636. Windows color (decimal): -10283410 or 7214691. OLE color: 7214691.

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

Color convert

RGB9922110-
CMYK0.10.800.57
HSL292.5º66.67%25.88%-
HSV(B)292.5º80%43.14%-
XYZ8.254.3515.16-
YUV55.06159.01159.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99221100.10.800.57292.566.6725.88
Hex63166EA50039124431a
Octal143261561212007144410332
Binary1100011101101101110101010100000111001100100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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