#6E4C88

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

Shades of Affair #6E4C88

Tints of Affair #6E4C88

Color information

#6E4C88 (or 0x6E4C88) is unknown color: approx Affair. HEX triplet: 6E, 4C and 88. RGB value is (110,76,136). Sum of RGB (Red+Green+Blue) = 110+76+136=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E4C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4C88 is #91B377. Grayscale: #5C5C5C. Windows color (decimal): -9548664 or 8932462. OLE color: 8932462.

HSL color Cylindrical-coordinate representation of color #6E4C88: hue angle of 274º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E4C88 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11076136-
CMYK0.190.4400.47
HSL274º28.3%41.57%-
HSV(B)274º44.12%53.33%-
XYZ13.4610.2624.56-
YUV93.01152.26140.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=34.16%
G=23.60%
B=42.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110761360.190.4400.4727428.341.57
Hex6E4C88132C02F1121c2a
Octal15611421023540574223452
Binary110111010011001000100010011101100010111110001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,136); }

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

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

 a { background-color: rgb(110,76,136); }

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

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

 span { border-color: rgb(110,76,136); }

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