#68386C

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

Shades of Seance #68386C

Tints of Seance #68386C

Color information

#68386C (or 0x68386C) is unknown color: approx Seance. HEX triplet: 68, 38 and 6C. RGB value is (104,56,108). Sum of RGB (Red+Green+Blue) = 104+56+108=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #68386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68386C is #97C793. Grayscale: #4C4C4C. Windows color (decimal): -9947028 or 7092328. OLE color: 7092328.

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

Color convert

RGB10456108-
CMYK0.040.4800.58
HSL295.38º31.71%32.16%-
HSV(B)295.38º48.15%42.35%-
XYZ9.836.8514.99-
YUV76.28145.9147.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=38.81%
G=20.90%
B=40.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104561080.040.4800.58295.3831.7132.16
Hex68386C43003A1272020
Octal150701544600724474040
Binary110100011100011011001001100000111010100100111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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