#682C68

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

Shades of Seance #682C68

Tints of Seance #682C68

Color information

#682C68 (or 0x682C68) is unknown color: approx Seance. HEX triplet: 68, 2C and 68. RGB value is (104,44,104). Sum of RGB (Red+Green+Blue) = 104+44+104=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C68 is #97D397. Grayscale: #444444. Windows color (decimal): -9950104 or 6827112. OLE color: 6827112.

HSL color Cylindrical-coordinate representation of color #682C68: hue angle of 300º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C68 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10444104-
CMYK00.5800.59
HSL300º40.54%29.02%-
HSV(B)300º57.69%40.78%-
XYZ9.115.7413.73-
YUV68.78147.88153.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=41.27%
G=17.46%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044410400.5800.5930040.5429.02
Hex682C6803A03B12c291d
Octal150541500720734545135
Binary110100010110011010000111010011101110010110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,104); }

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

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

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

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

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

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

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