#6E4680

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

Shades of Affair #6E4680

Tints of Affair #6E4680

Color information

#6E4680 (or 0x6E4680) is unknown color: approx Affair. HEX triplet: 6E, 46 and 80. RGB value is (110,70,128). Sum of RGB (Red+Green+Blue) = 110+70+128=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E4680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4680 is #91B97F. Grayscale: #585858. Windows color (decimal): -9550208 or 8406638. OLE color: 8406638.

HSL color Cylindrical-coordinate representation of color #6E4680: hue angle of 281.38º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E4680 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11070128-
CMYK0.140.4500.50
HSL281.38º29.29%38.82%-
HSV(B)281.38º45.31%50.2%-
XYZ12.529.2521.55-
YUV88.57150.25143.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=35.71%
G=22.73%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110701280.140.4500.50281.3829.2938.82
Hex6E4680E2D0321191d27
Octal15610620016550624313547
Binary11011101000110100000001110101101011001010001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,128); }

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

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

 a { background-color: rgb(110,70,128); }

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

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

 span { border-color: rgb(110,70,128); }

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