#68376B

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

Shades of Seance #68376B

Tints of Seance #68376B

Color information

#68376B (or 0x68376B) is unknown color: approx Seance. HEX triplet: 68, 37 and 6B. RGB value is (104,55,107). Sum of RGB (Red+Green+Blue) = 104+55+107=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #68376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68376B is #97C894. Grayscale: #4B4B4B. Windows color (decimal): -9947285 or 7026536. OLE color: 7026536.

HSL color Cylindrical-coordinate representation of color #68376B: hue angle of 296.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68376B is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10455107-
CMYK0.030.4900.58
HSL296.54º32.1%31.76%-
HSV(B)296.54º48.6%41.96%-
XYZ9.736.7414.7-
YUV75.58145.73148.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=39.10%
G=20.68%
B=40.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104551070.030.4900.58296.5432.131.76
Hex68376B33103A1292020
Octal150671533610724514040
Binary11010001101111101011111100010111010100101001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68376B; }

 p { color: rgb(104,55,107); }

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

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

 a { background-color: rgb(104,55,107); }

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

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

 span { border-color: rgb(104,55,107); }

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