#6F1973

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

Shades of Seance #6F1973

Tints of Seance #6F1973

Color information

#6F1973 (or 0x6F1973) is unknown color: approx Seance. HEX triplet: 6F, 19 and 73. RGB value is (111,25,115). Sum of RGB (Red+Green+Blue) = 111+25+115=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1973 is #90E68C. Grayscale: #3C3C3C. Windows color (decimal): -9496205 or 7543151. OLE color: 7543151.

HSL color Cylindrical-coordinate representation of color #6F1973: hue angle of 297.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1973 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11125115-
CMYK0.030.7800.55
HSL297.33º64.29%27.45%-
HSV(B)297.33º78.26%45.1%-
XYZ105.3116.72-
YUV60.97158.49163.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=44.22%
G=9.96%
B=45.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111251150.030.7800.55297.3364.2927.45
Hex6F197334E037129401b
Octal15731163311606745110033
Binary11011111100111100111110011100110111100101001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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