#684266

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

Shades of Seance #684266

Tints of Seance #684266

Color information

#684266 (or 0x684266) is unknown color: approx Seance. HEX triplet: 68, 42 and 66. RGB value is (104,66,102). Sum of RGB (Red+Green+Blue) = 104+66+102=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684266 is #97BD99. Grayscale: #515151. Windows color (decimal): -9944474 or 6701672. OLE color: 6701672.

HSL color Cylindrical-coordinate representation of color #684266: hue angle of 303.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684266 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10466102-
CMYK00.370.020.59
HSL303.16º22.35%33.33%-
HSV(B)303.16º36.54%40.78%-
XYZ10.067.813.55-
YUV81.47139.59144.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=38.24%
G=24.26%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1046610200.370.020.59303.1622.3533.33
Hex68426602523B12f1621
Octal1501021460452734572641
Binary11010001000010110011001001011011101110010111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684266; }

 p { color: rgb(104,66,102); }

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

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

 a { background-color: rgb(104,66,102); }

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

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

 span { border-color: rgb(104,66,102); }

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