#6E4B7A

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

Shades of Affair #6E4B7A

Tints of Affair #6E4B7A

Color information

#6E4B7A (or 0x6E4B7A) is unknown color: approx Affair. HEX triplet: 6E, 4B and 7A. RGB value is (110,75,122). Sum of RGB (Red+Green+Blue) = 110+75+122=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E4B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B7A is #91B485. Grayscale: #5A5A5A. Windows color (decimal): -9548934 or 8014702. OLE color: 8014702.

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

Color convert

RGB11075122-
CMYK0.100.3900.52
HSL284.68º23.86%38.63%-
HSV(B)284.68º38.52%47.84%-
XYZ12.469.7519.64-
YUV90.82145.6141.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=35.83%
G=24.43%
B=39.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110751220.100.3900.52284.6823.8638.63
Hex6E4B7AA2703411d1827
Octal15611317212470644353047
Binary1101110100101111110101010100111011010010001110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,75,122); }

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

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

 a { background-color: rgb(110,75,122); }

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

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

 span { border-color: rgb(110,75,122); }

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