#66336D

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

Shades of Seance #66336D

Tints of Seance #66336D

Color information

#66336D (or 0x66336D) is unknown color: approx Seance. HEX triplet: 66, 33 and 6D. RGB value is (102,51,109). Sum of RGB (Red+Green+Blue) = 102+51+109=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #66336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66336D is #99CC92. Grayscale: #484848. Windows color (decimal): -10079379 or 7156582. OLE color: 7156582.

HSL color Cylindrical-coordinate representation of color #66336D: hue angle of 292.76º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66336D is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10251109-
CMYK0.060.5300.57
HSL292.76º36.25%31.37%-
HSV(B)292.76º53.21%42.75%-
XYZ9.426.315.19-
YUV72.86148.4148.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=38.93%
G=19.47%
B=41.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102511090.060.5300.57292.7636.2531.37
Hex66336D635039125241f
Octal146631556650714454437
Binary11001101100111101101110110101011100110010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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