#66356C

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

Shades of Seance #66356C

Tints of Seance #66356C

Color information

#66356C (or 0x66356C) is unknown color: approx Seance. HEX triplet: 66, 35 and 6C. RGB value is (102,53,108). Sum of RGB (Red+Green+Blue) = 102+53+108=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #66356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66356C is #99CA93. Grayscale: #494949. Windows color (decimal): -10078868 or 7091558. OLE color: 7091558.

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

Color convert

RGB10253108-
CMYK0.060.5100.58
HSL293.45º34.16%31.57%-
HSV(B)293.45º50.93%42.35%-
XYZ9.466.4514.93-
YUV73.92147.23148.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=38.78%
G=20.15%
B=41.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102531080.060.5100.58293.4534.1631.57
Hex66356C63303A1252220
Octal146651546630724454240
Binary110011011010111011001101100110111010100100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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