#684265

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

Shades of Seance #684265

Tints of Seance #684265

Color information

#684265 (or 0x684265) is unknown color: approx Seance. HEX triplet: 68, 42 and 65. RGB value is (104,66,101). Sum of RGB (Red+Green+Blue) = 104+66+101=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684265 is #97BD9A. Grayscale: #515151. Windows color (decimal): -9944475 or 6636136. OLE color: 6636136.

HSL color Cylindrical-coordinate representation of color #684265: hue angle of 304.74º 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 #684265 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10466101-
CMYK00.370.030.59
HSL304.74º22.35%33.33%-
HSV(B)304.74º36.54%40.78%-
XYZ10.017.7813.29-
YUV81.35139.09144.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=38.38%
G=24.35%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1046610100.370.030.59304.7422.3533.33
Hex68426502533B1311621
Octal1501021450453734612641
Binary11010001000010110010101001011111101110011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684265; }

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

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

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

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

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

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

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

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