#6F4A8E

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

Shades of Affair #6F4A8E

Tints of Affair #6F4A8E

Color information

#6F4A8E (or 0x6F4A8E) is unknown color: approx Affair. HEX triplet: 6F, 4A and 8E. RGB value is (111,74,142). Sum of RGB (Red+Green+Blue) = 111+74+142=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4A8E is #90B571. Grayscale: #5C5C5C. Windows color (decimal): -9483634 or 9325167. OLE color: 9325167.

HSL color Cylindrical-coordinate representation of color #6F4A8E: hue angle of 272.65º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F4A8E is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11174142-
CMYK0.220.4800.44
HSL272.65º31.48%42.35%-
HSV(B)272.65º47.89%55.69%-
XYZ13.8910.2326.83-
YUV92.82155.76140.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=33.94%
G=22.63%
B=43.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111741420.220.4800.44272.6531.4842.35
Hex6F4A8E163002C1111f2a
Octal15711221626600544213752
Binary110111110010101000111010110110000010110010001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,74,142); }

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

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

 a { background-color: rgb(111,74,142); }

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

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

 span { border-color: rgb(111,74,142); }

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