#682D6D

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

Shades of Seance #682D6D

Tints of Seance #682D6D

Color information

#682D6D (or 0x682D6D) is unknown color: approx Seance. HEX triplet: 68, 2D and 6D. RGB value is (104,45,109). Sum of RGB (Red+Green+Blue) = 104+45+109=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #682D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D6D is #97D292. Grayscale: #454545. Windows color (decimal): -9949843 or 7155048. OLE color: 7155048.

HSL color Cylindrical-coordinate representation of color #682D6D: hue angle of 295.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682D6D is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10445109-
CMYK0.050.5900.57
HSL295.31º41.56%30.2%-
HSV(B)295.31º58.72%42.75%-
XYZ9.415.9215.12-
YUV69.94150.05152.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=40.31%
G=17.44%
B=42.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104451090.050.5900.57295.3141.5630.2
Hex682D6D53B0391272a1e
Octal150551555730714475236
Binary11010001011011101101101111011011100110010011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D6D; }

 p { color: rgb(104,45,109); }

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

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

 a { background-color: rgb(104,45,109); }

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

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

 span { border-color: rgb(104,45,109); }

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