#68386F

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

Shades of Seance #68386F

Tints of Seance #68386F

Color information

#68386F (or 0x68386F) is unknown color: approx Seance. HEX triplet: 68, 38 and 6F. RGB value is (104,56,111). Sum of RGB (Red+Green+Blue) = 104+56+111=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #68386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68386F is #97C790. Grayscale: #4C4C4C. Windows color (decimal): -9947025 or 7288936. OLE color: 7288936.

HSL color Cylindrical-coordinate representation of color #68386F: hue angle of 292.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68386F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10456111-
CMYK0.060.5000.56
HSL292.36º32.93%32.75%-
HSV(B)292.36º49.55%43.53%-
XYZ9.996.9215.85-
YUV76.62147.4147.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=38.38%
G=20.66%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104561110.060.5000.56292.3632.9332.75
Hex68386F6320381242121
Octal150701576620704444141
Binary110100011100011011111101100100111000100100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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