#682676

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

Shades of Seance #682676

Tints of Seance #682676

Color information

#682676 (or 0x682676) is unknown color: approx Seance. HEX triplet: 68, 26 and 76. RGB value is (104,38,118). Sum of RGB (Red+Green+Blue) = 104+38+118=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #682676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682676 is #97D989. Grayscale: #424242. Windows color (decimal): -9951626 or 7743080. OLE color: 7743080.

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

Color convert

RGB10438118-
CMYK0.120.6800.54
HSL289.5º51.28%30.59%-
HSV(B)289.5º67.8%46.27%-
XYZ9.675.6417.72-
YUV66.85156.87154.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=40%
G=14.62%
B=45.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104381180.120.6800.54289.551.2830.59
Hex682676C44036122331f
Octal15046166141040664426337
Binary1101000100110111011011001000100011011010010001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682676; }

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

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

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

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

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

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

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

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