#6F4289

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

Shades of Affair #6F4289

Tints of Affair #6F4289

Color information

#6F4289 (or 0x6F4289) is unknown color: approx Affair. HEX triplet: 6F, 42 and 89. RGB value is (111,66,137). Sum of RGB (Red+Green+Blue) = 111+66+137=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F4289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4289 is #90BD76. Grayscale: #575757. Windows color (decimal): -9485687 or 8995439. OLE color: 8995439.

HSL color Cylindrical-coordinate representation of color #6F4289: hue angle of 278.03º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4289 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11166137-
CMYK0.190.5200.46
HSL278.03º34.98%39.8%-
HSV(B)278.03º51.82%53.73%-
XYZ13.029.0824.73-
YUV87.55155.91144.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=35.35%
G=21.02%
B=43.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111661370.190.5200.46278.0334.9839.8
Hex6F4289133402E1162328
Octal15710221123640564264350
Binary1101111100001010001001100111101000101110100010110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,137); }

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

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

 a { background-color: rgb(111,66,137); }

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

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

 span { border-color: rgb(111,66,137); }

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