#681887

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

Shades of Seance #681887

Tints of Seance #681887

Color information

#681887 (or 0x681887) is unknown color: approx Seance. HEX triplet: 68, 18 and 87. RGB value is (104,24,135). Sum of RGB (Red+Green+Blue) = 104+24+135=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #681887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681887 is #97E778. Grayscale: #3C3C3C. Windows color (decimal): -9955193 or 8853608. OLE color: 8853608.

HSL color Cylindrical-coordinate representation of color #681887: hue angle of 283.24º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681887 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10424135-
CMYK0.230.8200.47
HSL283.24º69.81%31.18%-
HSV(B)283.24º82.22%52.94%-
XYZ10.415.3523.4-
YUV60.57170158.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=39.54%
G=9.13%
B=51.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104241350.230.8200.47283.2469.8131.18
Hex681887175202F11b461f
Octal150302072712205743310637
Binary110100011000100001111011110100100101111100011011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681887; }

 p { color: rgb(104,24,135); }

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

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

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

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

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

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

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