#6B3768

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

Shades of Seance #6B3768

Tints of Seance #6B3768

Color information

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

HSL color Cylindrical-coordinate representation of color #6B3768: hue angle of 303.46º 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 #6B3768 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10755104-
CMYK00.490.030.58
HSL303.46º32.1%31.76%-
HSV(B)303.46º48.6%41.96%-
XYZ9.936.8613.9-
YUV76.13143.73150.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075510400.490.030.58303.4632.131.76
Hex6B376803133A12f2020
Octal153671500613724574040
Binary11010111101111101000011000111111010100101111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B3768; }

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

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

<style>
 a { background-color: #6B3768; }

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

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

<style>
 span { border-color: #6B3768; }

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

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