#663169

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

Shades of Seance #663169

Tints of Seance #663169

Color information

#663169 (or 0x663169) is unknown color: approx Seance. HEX triplet: 66, 31 and 69. RGB value is (102,49,105). Sum of RGB (Red+Green+Blue) = 102+49+105=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #663169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663169 is #99CE96. Grayscale: #474747. Windows color (decimal): -10079895 or 6893926. OLE color: 6893926.

HSL color Cylindrical-coordinate representation of color #663169: hue angle of 296.79º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663169 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10249105-
CMYK0.030.5300.59
HSL296.79º36.36%30.2%-
HSV(B)296.79º53.33%41.18%-
XYZ9.136.0414.05-
YUV71.23147.06149.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=39.84%
G=19.14%
B=41.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102491050.030.5300.59296.7936.3630.2
Hex66316933503B129241e
Octal146611513650734514436
Binary1100110110001110100111110101011101110010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663169; }

 p { color: rgb(102,49,105); }

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

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

 a { background-color: rgb(102,49,105); }

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

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

 span { border-color: rgb(102,49,105); }

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