#6E408B

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

Shades of Affair #6E408B

Tints of Affair #6E408B

Color information

#6E408B (or 0x6E408B) is unknown color: approx Affair. HEX triplet: 6E, 40 and 8B. RGB value is (110,64,139). Sum of RGB (Red+Green+Blue) = 110+64+139=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E408B is #91BF74. Grayscale: #565656. Windows color (decimal): -9551733 or 9125998. OLE color: 9125998.

HSL color Cylindrical-coordinate representation of color #6E408B: hue angle of 276.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E408B is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11064139-
CMYK0.210.5400.45
HSL276.8º36.95%39.8%-
HSV(B)276.8º53.96%54.51%-
XYZ12.928.8525.45-
YUV86.3157.74144.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=35.14%
G=20.45%
B=44.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110641390.210.5400.45276.836.9539.8
Hex6E408B153602D1152528
Octal15610021325660554254550
Binary1101110100000010001011101011101100101101100010101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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