#66356E

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

Shades of Seance #66356E

Tints of Seance #66356E

Color information

#66356E (or 0x66356E) is unknown color: approx Seance. HEX triplet: 66, 35 and 6E. RGB value is (102,53,110). Sum of RGB (Red+Green+Blue) = 102+53+110=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #66356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356E is #99CA91. Grayscale: #494949. Windows color (decimal): -10078866 or 7222630. OLE color: 7222630.

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

Color convert

RGB10253110-
CMYK0.070.5200.57
HSL291.58º34.97%31.96%-
HSV(B)291.58º51.82%43.14%-
XYZ9.576.515.5-
YUV74.15148.23147.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=38.49%
G=20%
B=41.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102531100.070.5200.57291.5834.9731.96
Hex66356E7340391242320
Octal146651567640714444340
Binary110011011010111011101111101000111001100100100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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