#6F197E

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

Shades of Seance #6F197E

Tints of Seance #6F197E

Color information

#6F197E (or 0x6F197E) is unknown color: approx Seance. HEX triplet: 6F, 19 and 7E. RGB value is (111,25,126). Sum of RGB (Red+Green+Blue) = 111+25+126=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F197E is #90E681. Grayscale: #3D3D3D. Windows color (decimal): -9496194 or 8264047. OLE color: 8264047.

HSL color Cylindrical-coordinate representation of color #6F197E: hue angle of 291.09º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F197E is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11125126-
CMYK0.120.8000.51
HSL291.09º66.89%29.61%-
HSV(B)291.09º80.16%49.41%-
XYZ10.675.5820.25-
YUV62.23163.99162.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=42.37%
G=9.54%
B=48.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111251260.120.8000.51291.0966.8929.61
Hex6F197EC50033123431e
Octal157311761412006344310336
Binary1101111110011111110110010100000110011100100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,126); }

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

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

 a { background-color: rgb(111,25,126); }

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

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

 span { border-color: rgb(111,25,126); }

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