#681E75

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

Shades of Seance #681E75

Tints of Seance #681E75

Color information

#681E75 (or 0x681E75) is unknown color: approx Seance. HEX triplet: 68, 1E and 75. RGB value is (104,30,117). Sum of RGB (Red+Green+Blue) = 104+30+117=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #681E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E75 is #97E18A. Grayscale: #3D3D3D. Windows color (decimal): -9953675 or 7675496. OLE color: 7675496.

HSL color Cylindrical-coordinate representation of color #681E75: hue angle of 291.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681E75 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10430117-
CMYK0.110.7400.54
HSL291.03º59.18%28.82%-
HSV(B)291.03º74.36%45.88%-
XYZ9.385.1617.33-
YUV62.04159.02157.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=41.43%
G=11.95%
B=46.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104301170.110.7400.54291.0359.1828.82
Hex681E75B4A0361233b1d
Octal15036165131120664437335
Binary110100011110111010110111001010011011010010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681E75; }

 p { color: rgb(104,30,117); }

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

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

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

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

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

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

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