#66336E

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

Shades of Seance #66336E

Tints of Seance #66336E

Color information

#66336E (or 0x66336E) is unknown color: approx Seance. HEX triplet: 66, 33 and 6E. RGB value is (102,51,110). Sum of RGB (Red+Green+Blue) = 102+51+110=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #66336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66336E is #99CC91. Grayscale: #484848. Windows color (decimal): -10079378 or 7222118. OLE color: 7222118.

HSL color Cylindrical-coordinate representation of color #66336E: hue angle of 291.86º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66336E is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10251110-
CMYK0.070.5400.57
HSL291.86º36.65%31.57%-
HSV(B)291.86º53.64%43.14%-
XYZ9.486.3215.47-
YUV72.97148.9148.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=38.78%
G=19.39%
B=41.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102511100.070.5400.57291.8636.6531.57
Hex66336E7360391242520
Octal146631567660714444540
Binary110011011001111011101111101100111001100100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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