#6E3F80

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

Shades of Affair #6E3F80

Tints of Affair #6E3F80

Color information

#6E3F80 (or 0x6E3F80) is unknown color: approx Affair. HEX triplet: 6E, 3F and 80. RGB value is (110,63,128). Sum of RGB (Red+Green+Blue) = 110+63+128=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E3F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3F80 is #91C07F. Grayscale: #545454. Windows color (decimal): -9552000 or 8404846. OLE color: 8404846.

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

Color convert

RGB11063128-
CMYK0.140.5100.50
HSL283.38º34.03%37.45%-
HSV(B)283.38º50.78%50.2%-
XYZ12.18.4321.41-
YUV84.46152.57146.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=36.54%
G=20.93%
B=42.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110631280.140.5100.50283.3834.0337.45
Hex6E3F80E3303211b2225
Octal1567720016630624334245
Binary11011101111111000000011101100110110010100011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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