#6F386D

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

Shades of Seance #6F386D

Tints of Seance #6F386D

Color information

#6F386D (or 0x6F386D) is unknown color: approx Seance. HEX triplet: 6F, 38 and 6D. RGB value is (111,56,109). Sum of RGB (Red+Green+Blue) = 111+56+109=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F386D is #90C792. Grayscale: #4E4E4E. Windows color (decimal): -9488275 or 7157871. OLE color: 7157871.

HSL color Cylindrical-coordinate representation of color #6F386D: hue angle of 302.18º 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 #6F386D is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11156109-
CMYK00.500.020.56
HSL302.18º32.93%32.75%-
HSV(B)302.18º49.55%43.53%-
XYZ10.737.3115.31-
YUV78.49145.22151.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=40.22%
G=20.29%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115610900.500.020.56302.1832.9332.75
Hex6F386D03223812e2121
Octal157701550622704564141
Binary11011111110001101101011001010111000100101110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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