#6F2672

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

Shades of Seance #6F2672

Tints of Seance #6F2672

Color information

#6F2672 (or 0x6F2672) is unknown color: approx Seance. HEX triplet: 6F, 26 and 72. RGB value is (111,38,114). Sum of RGB (Red+Green+Blue) = 111+38+114=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F2672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2672 is #90D98D. Grayscale: #444444. Windows color (decimal): -9492878 or 7480943. OLE color: 7480943.

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

Color convert

RGB11138114-
CMYK0.030.6700.55
HSL297.63º50%29.8%-
HSV(B)297.63º66.67%44.71%-
XYZ10.295.9816.53-
YUV68.49153.68158.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=42.21%
G=14.45%
B=43.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111381140.030.6700.55297.635029.8
Hex6F267234303712a321e
Octal1574616231030674526236
Binary11011111001101110010111000011011011110010101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,114); }

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

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

 a { background-color: rgb(111,38,114); }

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

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

 span { border-color: rgb(111,38,114); }

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