#6E427F

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

Shades of Affair #6E427F

Tints of Affair #6E427F

Color information

#6E427F (or 0x6E427F) is unknown color: approx Affair. HEX triplet: 6E, 42 and 7F. RGB value is (110,66,127). Sum of RGB (Red+Green+Blue) = 110+66+127=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E427F is #91BD80. Grayscale: #555555. Windows color (decimal): -9551233 or 8340078. OLE color: 8340078.

HSL color Cylindrical-coordinate representation of color #6E427F: hue angle of 283.28º 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 #6E427F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11066127-
CMYK0.130.4800.50
HSL283.28º31.61%37.84%-
HSV(B)283.28º48.03%49.8%-
XYZ12.218.7421.12-
YUV86.11151.08145.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 127 (50% from 255) = 41.91%
R=36.30%
G=21.78%
B=41.91%

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
Decimal110661270.130.4800.50283.2831.6137.84
Hex6E427FD3003211b2026
Octal15610217715600624334046
Binary11011101000010111111111011100000110010100011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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