#6F2A6D

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

Shades of Seance #6F2A6D

Tints of Seance #6F2A6D

Color information

#6F2A6D (or 0x6F2A6D) is unknown color: approx Seance. HEX triplet: 6F, 2A and 6D. RGB value is (111,42,109). Sum of RGB (Red+Green+Blue) = 111+42+109=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A6D is #90D592. Grayscale: #464646. Windows color (decimal): -9491859 or 7154287. OLE color: 7154287.

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

Color convert

RGB11142109-
CMYK00.620.020.56
HSL301.74º45.1%30%-
HSV(B)301.74º62.16%43.53%-
XYZ10.146.1415.12-
YUV70.27149.86157.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=42.37%
G=16.03%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114210900.620.020.56301.7445.130
Hex6F2A6D03E23812e2d1e
Octal157521550762704565536
Binary1101111101010110110101111101011100010010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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