#6F296E

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

Shades of Seance #6F296E

Tints of Seance #6F296E

Color information

#6F296E (or 0x6F296E) is unknown color: approx Seance. HEX triplet: 6F, 29 and 6E. RGB value is (111,41,110). Sum of RGB (Red+Green+Blue) = 111+41+110=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F296E is #90D691. Grayscale: #454545. Windows color (decimal): -9492114 or 7219567. OLE color: 7219567.

HSL color Cylindrical-coordinate representation of color #6F296E: hue angle of 300.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F296E is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11141110-
CMYK00.630.010.56
HSL300.86º46.05%29.8%-
HSV(B)300.86º63.06%43.53%-
XYZ10.166.0915.39-
YUV69.8150.69157.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=42.37%
G=15.65%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114111000.630.010.56300.8646.0529.8
Hex6F296E03F13812d2e1e
Octal157511560771704555636
Binary110111110100111011100111111111100010010110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,110); }

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

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

 a { background-color: rgb(111,41,110); }

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

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

 span { border-color: rgb(111,41,110); }

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