#6F427F

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

Shades of Affair #6F427F

Tints of Affair #6F427F

Color information

#6F427F (or 0x6F427F) is unknown color: approx Affair. HEX triplet: 6F, 42 and 7F. RGB value is (111,66,127). Sum of RGB (Red+Green+Blue) = 111+66+127=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F427F is #90BD80. Grayscale: #565656. Windows color (decimal): -9485697 or 8340079. OLE color: 8340079.

HSL color Cylindrical-coordinate representation of color #6F427F: hue angle of 284.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F427F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11166127-
CMYK0.130.4800.50
HSL284.26º31.61%37.84%-
HSV(B)284.26º48.03%49.8%-
XYZ12.338.8121.13-
YUV86.41150.91145.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 127 (50% from 255) = 41.78%
R=36.51%
G=21.71%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111661270.130.4800.50284.2631.6137.84
Hex6F427FD3003211c2026
Octal15710217715600624344046
Binary11011111000010111111111011100000110010100011100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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