#6F1773

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

Shades of Seance #6F1773

Tints of Seance #6F1773

Color information

#6F1773 (or 0x6F1773) is unknown color: approx Seance. HEX triplet: 6F, 17 and 73. RGB value is (111,23,115). Sum of RGB (Red+Green+Blue) = 111+23+115=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F1773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1773 is #90E88C. Grayscale: #3B3B3B. Windows color (decimal): -9496717 or 7542639. OLE color: 7542639.

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

Color convert

RGB11123115-
CMYK0.030.8000.55
HSL297.39º66.67%27.06%-
HSV(B)297.39º80%45.1%-
XYZ9.965.2316.7-
YUV59.8159.15164.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=44.58%
G=9.24%
B=46.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111231150.030.8000.55297.3966.6727.06
Hex6F1773350037129431b
Octal15727163312006745110333
Binary11011111011111100111110100000110111100101001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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