#682876

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

Shades of Seance #682876

Tints of Seance #682876

Color information

#682876 (or 0x682876) is unknown color: approx Seance. HEX triplet: 68, 28 and 76. RGB value is (104,40,118). Sum of RGB (Red+Green+Blue) = 104+40+118=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #682876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682876 is #97D789. Grayscale: #434343. Windows color (decimal): -9951114 or 7743592. OLE color: 7743592.

HSL color Cylindrical-coordinate representation of color #682876: hue angle of 289.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682876 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10440118-
CMYK0.120.6600.54
HSL289.23º49.37%30.98%-
HSV(B)289.23º66.1%46.27%-
XYZ9.745.7717.74-
YUV68.03156.2153.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=39.69%
G=15.27%
B=45.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104401180.120.6600.54289.2349.3730.98
Hex682876C42036121311f
Octal15050166141020664416137
Binary1101000101000111011011001000010011011010010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682876; }

 p { color: rgb(104,40,118); }

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

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

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

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

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

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

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