#68386D

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

Shades of Seance #68386D

Tints of Seance #68386D

Color information

#68386D (or 0x68386D) is unknown color: approx Seance. HEX triplet: 68, 38 and 6D. RGB value is (104,56,109). Sum of RGB (Red+Green+Blue) = 104+56+109=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #68386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68386D is #97C792. Grayscale: #4C4C4C. Windows color (decimal): -9947027 or 7157864. OLE color: 7157864.

HSL color Cylindrical-coordinate representation of color #68386D: hue angle of 294.34º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68386D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10456109-
CMYK0.050.4900.57
HSL294.34º32.12%32.35%-
HSV(B)294.34º48.62%42.75%-
XYZ9.886.8815.27-
YUV76.39146.4147.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=38.66%
G=20.82%
B=40.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104561090.050.4900.57294.3432.1232.35
Hex68386D5310391262020
Octal150701555610714464040
Binary110100011100011011011011100010111001100100110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68386D; }

 p { color: rgb(104,56,109); }

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

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

 a { background-color: rgb(104,56,109); }

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

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

 span { border-color: rgb(104,56,109); }

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