#66216C

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

Shades of Seance #66216C

Tints of Seance #66216C

Color information

#66216C (or 0x66216C) is unknown color: approx Seance. HEX triplet: 66, 21 and 6C. RGB value is (102,33,108). Sum of RGB (Red+Green+Blue) = 102+33+108=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #66216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66216C is #99DE93. Grayscale: #3D3D3D. Windows color (decimal): -10083988 or 7086438. OLE color: 7086438.

HSL color Cylindrical-coordinate representation of color #66216C: hue angle of 295.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66216C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10233108-
CMYK0.060.6900.58
HSL295.2º53.19%27.65%-
HSV(B)295.2º69.44%42.35%-
XYZ8.73514.69-
YUV62.18153.86156.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=41.98%
G=13.58%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102331080.060.6900.58295.253.1927.65
Hex66216C64503A127351c
Octal1464115461050724476534
Binary110011010000111011001101000101011101010010011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,33,108); }

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

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

 a { background-color: rgb(102,33,108); }

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

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

 span { border-color: rgb(102,33,108); }

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