#6E407F

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

Shades of Affair #6E407F

Tints of Affair #6E407F

Color information

#6E407F (or 0x6E407F) is unknown color: approx Affair. HEX triplet: 6E, 40 and 7F. RGB value is (110,64,127). Sum of RGB (Red+Green+Blue) = 110+64+127=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E407F is #91BF80. Grayscale: #545454. Windows color (decimal): -9551745 or 8339566. OLE color: 8339566.

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

Color convert

RGB11064127-
CMYK0.130.5000.50
HSL283.81º32.98%37.45%-
HSV(B)283.81º49.61%49.8%-
XYZ12.098.5121.08-
YUV84.94151.74145.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 127 (50% from 255) = 42.19%
R=36.54%
G=21.26%
B=42.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110641270.130.5000.50283.8132.9837.45
Hex6E407FD3203211c2125
Octal15610017715620624344145
Binary11011101000000111111111011100100110010100011100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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