#66216D

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

Shades of Seance #66216D

Tints of Seance #66216D

Color information

#66216D (or 0x66216D) is unknown color: approx Seance. HEX triplet: 66, 21 and 6D. RGB value is (102,33,109). Sum of RGB (Red+Green+Blue) = 102+33+109=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #66216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66216D is #99DE92. Grayscale: #3E3E3E. Windows color (decimal): -10083987 or 7151974. OLE color: 7151974.

HSL color Cylindrical-coordinate representation of color #66216D: hue angle of 294.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66216D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10233109-
CMYK0.060.7000.57
HSL294.47º53.52%27.84%-
HSV(B)294.47º69.72%42.75%-
XYZ8.785.0214.97-
YUV62.3154.36156.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=41.80%
G=13.52%
B=44.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102331090.060.7000.57294.4753.5227.84
Hex66216D646039126361c
Octal1464115561060714466634
Binary110011010000111011011101000110011100110010011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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