#6E4D7B

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

Shades of Affair #6E4D7B

Tints of Affair #6E4D7B

Color information

#6E4D7B (or 0x6E4D7B) is unknown color: approx Affair. HEX triplet: 6E, 4D and 7B. RGB value is (110,77,123). Sum of RGB (Red+Green+Blue) = 110+77+123=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E4D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D7B is #91B284. Grayscale: #5B5B5B. Windows color (decimal): -9548421 or 8080750. OLE color: 8080750.

HSL color Cylindrical-coordinate representation of color #6E4D7B: hue angle of 283.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E4D7B is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11077123-
CMYK0.110.3700.52
HSL283.04º23%39.22%-
HSV(B)283.04º37.4%48.24%-
XYZ12.6610.0520.01-
YUV92.11145.43140.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=35.48%
G=24.84%
B=39.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110771230.110.3700.52283.042339.22
Hex6E4D7BB2503411b1727
Octal15611517313450644332747
Binary1101110100110111110111011100101011010010001101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,123); }

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

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

 a { background-color: rgb(110,77,123); }

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

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

 span { border-color: rgb(110,77,123); }

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