#681671

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

Shades of Seance #681671

Tints of Seance #681671

Color information

#681671 (or 0x681671) is unknown color: approx Seance. HEX triplet: 68, 16 and 71. RGB value is (104,22,113). Sum of RGB (Red+Green+Blue) = 104+22+113=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #681671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681671 is #97E98E. Grayscale: #383838. Windows color (decimal): -9955727 or 7411304. OLE color: 7411304.

HSL color Cylindrical-coordinate representation of color #681671: hue angle of 294.07º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681671 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10422113-
CMYK0.080.8100.56
HSL294.07º67.41%26.47%-
HSV(B)294.07º80.53%44.31%-
XYZ8.984.7116.06-
YUV56.89159.67161.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=43.51%
G=9.21%
B=47.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104221130.080.8100.56294.0767.4126.47
Hex681671851038126431a
Octal150261611012107044610332
Binary1101000101101110001100010100010111000100100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681671; }

 p { color: rgb(104,22,113); }

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

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

 a { background-color: rgb(104,22,113); }

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

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

 span { border-color: rgb(104,22,113); }

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