#6E4488

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

Shades of Affair #6E4488

Tints of Affair #6E4488

Color information

#6E4488 (or 0x6E4488) is unknown color: approx Affair. HEX triplet: 6E, 44 and 88. RGB value is (110,68,136). Sum of RGB (Red+Green+Blue) = 110+68+136=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E4488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4488 is #91BB77. Grayscale: #585858. Windows color (decimal): -9550712 or 8930414. OLE color: 8930414.

HSL color Cylindrical-coordinate representation of color #6E4488: hue angle of 277.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4488 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11068136-
CMYK0.190.5000.47
HSL277.06º33.33%40%-
HSV(B)277.06º50%53.33%-
XYZ12.949.2324.39-
YUV88.31154.91143.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=35.03%
G=21.66%
B=43.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110681360.190.5000.47277.0633.3340
Hex6E4488133202F1152128
Octal15610421023620574254150
Binary1101110100010010001000100111100100101111100010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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