#66346A

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

Shades of Seance #66346A

Tints of Seance #66346A

Color information

#66346A (or 0x66346A) is unknown color: approx Seance. HEX triplet: 66, 34 and 6A. RGB value is (102,52,106). Sum of RGB (Red+Green+Blue) = 102+52+106=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #66346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66346A is #99CB95. Grayscale: #484848. Windows color (decimal): -10079126 or 6960230. OLE color: 6960230.

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

Color convert

RGB10252106-
CMYK0.040.5100.58
HSL295.56º34.18%30.98%-
HSV(B)295.56º50.94%41.57%-
XYZ9.316.3214.37-
YUV73.11146.56148.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=39.23%
G=20%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102521060.040.5100.58295.5634.1830.98
Hex66346A43303A128221f
Octal146641524630724504237
Binary11001101101001101010100110011011101010010100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66346A; }

 p { color: rgb(102,52,106); }

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

<style>
 a { background-color: #66346A; }

 a { background-color: rgb(102,52,106); }

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

<style>
 span { border-color: #66346A; }

 span { border-color: rgb(102,52,106); }

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