#6F256D

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

Shades of Seance #6F256D

Tints of Seance #6F256D

Color information

#6F256D (or 0x6F256D) is unknown color: approx Seance. HEX triplet: 6F, 25 and 6D. RGB value is (111,37,109). Sum of RGB (Red+Green+Blue) = 111+37+109=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F256D is #90DA92. Grayscale: #434343. Windows color (decimal): -9493139 or 7153007. OLE color: 7153007.

HSL color Cylindrical-coordinate representation of color #6F256D: hue angle of 301.62º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F256D is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11137109-
CMYK00.670.020.56
HSL301.62º50%29.02%-
HSV(B)301.62º66.67%43.53%-
XYZ9.985.8115.06-
YUV67.33151.52159.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=43.19%
G=14.40%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113710900.670.020.56301.625029.02
Hex6F256D04323812e321d
Octal1574515501032704566235
Binary11011111001011101101010000111011100010010111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,109); }

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

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

 a { background-color: rgb(111,37,109); }

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

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

 span { border-color: rgb(111,37,109); }

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