#6B3D68

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

Shades of Seance #6B3D68

Tints of Seance #6B3D68

Color information

#6B3D68 (or 0x6B3D68) is unknown color: approx Seance. HEX triplet: 6B, 3D and 68. RGB value is (107,61,104). Sum of RGB (Red+Green+Blue) = 107+61+104=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D68 is #94C297. Grayscale: #4F4F4F. Windows color (decimal): -9749144 or 6831467. OLE color: 6831467.

HSL color Cylindrical-coordinate representation of color #6B3D68: hue angle of 303.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D68 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10761104-
CMYK00.430.030.58
HSL303.91º27.38%32.94%-
HSV(B)303.91º42.99%41.96%-
XYZ10.237.4614-
YUV79.66141.74147.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=39.34%
G=22.43%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1076110400.430.030.58303.9127.3832.94
Hex6B3D6802B33A1301b21
Octal153751500533724603341
Binary1101011111101110100001010111111101010011000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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