#68386B

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

Shades of Seance #68386B

Tints of Seance #68386B

Color information

#68386B (or 0x68386B) is unknown color: approx Seance. HEX triplet: 68, 38 and 6B. RGB value is (104,56,107). Sum of RGB (Red+Green+Blue) = 104+56+107=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #68386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68386B is #97C794. Grayscale: #4C4C4C. Windows color (decimal): -9947029 or 7026792. OLE color: 7026792.

HSL color Cylindrical-coordinate representation of color #68386B: hue angle of 296.47º degrees, saturation: 0.31, 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 #68386B is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10456107-
CMYK0.030.4800.58
HSL296.47º31.29%31.96%-
HSV(B)296.47º47.66%41.96%-
XYZ9.786.8314.71-
YUV76.17145.4147.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=38.95%
G=20.97%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104561070.030.4800.58296.4731.2931.96
Hex68386B33003A1281f20
Octal150701533600724503740
Binary1101000111000110101111110000011101010010100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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