#681A85

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

Shades of Seance #681A85

Tints of Seance #681A85

Color information

#681A85 (or 0x681A85) is unknown color: approx Seance. HEX triplet: 68, 1A and 85. RGB value is (104,26,133). Sum of RGB (Red+Green+Blue) = 104+26+133=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #681A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A85 is #97E57A. Grayscale: #3D3D3D. Windows color (decimal): -9954683 or 8723048. OLE color: 8723048.

HSL color Cylindrical-coordinate representation of color #681A85: hue angle of 283.74º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681A85 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10426133-
CMYK0.220.8000.48
HSL283.74º67.3%31.18%-
HSV(B)283.74º80.45%52.16%-
XYZ10.315.3822.68-
YUV61.52168.34158.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 26 (10.55% from 255) = 9.89%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=39.54%
G=9.89%
B=50.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104261330.220.8000.48283.7467.331.18
Hex681A85165003011c431f
Octal150322052612006043410337
Binary110100011010100001011011010100000110000100011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,133); }

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

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

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

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

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

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

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