#681677

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

Shades of Seance #681677

Tints of Seance #681677

Color information

#681677 (or 0x681677) is unknown color: approx Seance. HEX triplet: 68, 16 and 77. RGB value is (104,22,119). Sum of RGB (Red+Green+Blue) = 104+22+119=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #681677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681677 is #97E988. Grayscale: #393939. Windows color (decimal): -9955721 or 7804520. OLE color: 7804520.

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

Color convert

RGB10422119-
CMYK0.130.8200.53
HSL290.72º68.79%27.65%-
HSV(B)290.72º81.51%46.67%-
XYZ9.334.8517.9-
YUV57.58162.67161.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=42.45%
G=8.98%
B=48.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104221190.130.8200.53290.7268.7927.65
Hex681677D52035123451c
Octal150261671512206544310534
Binary1101000101101110111110110100100110101100100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681677; }

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

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

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

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

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

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

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

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