#681876

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

Shades of Seance #681876

Tints of Seance #681876

Color information

#681876 (or 0x681876) is unknown color: approx Seance. HEX triplet: 68, 18 and 76. RGB value is (104,24,118). Sum of RGB (Red+Green+Blue) = 104+24+118=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #681876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681876 is #97E789. Grayscale: #3A3A3A. Windows color (decimal): -9955210 or 7739496. OLE color: 7739496.

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

Color convert

RGB10424118-
CMYK0.120.8000.54
HSL291.06º66.2%27.84%-
HSV(B)291.06º79.66%46.27%-
XYZ9.314.917.6-
YUV58.64161.5160.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=42.28%
G=9.76%
B=47.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104241180.120.8000.54291.0666.227.84
Hex681876C50036123421c
Octal150301661412006644310234
Binary1101000110001110110110010100000110110100100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681876; }

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

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

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

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

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

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

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

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