#681377

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

Shades of Seance #681377

Tints of Seance #681377

Color information

#681377 (or 0x681377) is unknown color: approx Seance. HEX triplet: 68, 13 and 77. RGB value is (104,19,119). Sum of RGB (Red+Green+Blue) = 104+19+119=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #681377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681377 is #97EC88. Grayscale: #373737. Windows color (decimal): -9956489 or 7803752. OLE color: 7803752.

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

Color convert

RGB10419119-
CMYK0.130.8400.53
HSL291º72.46%27.06%-
HSV(B)291º84.03%46.67%-
XYZ9.274.7417.88-
YUV55.82163.66162.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=42.98%
G=7.85%
B=49.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104191190.130.8400.5329172.4627.06
Hex681377D54035123481b
Octal150231671512406544311033
Binary1101000100111110111110110101000110101100100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681377; }

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

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

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

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

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

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

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

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