#6E487C

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

Shades of Affair #6E487C

Tints of Affair #6E487C

Color information

#6E487C (or 0x6E487C) is unknown color: approx Affair. HEX triplet: 6E, 48 and 7C. RGB value is (110,72,124). Sum of RGB (Red+Green+Blue) = 110+72+124=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E487C is #91B783. Grayscale: #595959. Windows color (decimal): -9549700 or 8145006. OLE color: 8145006.

HSL color Cylindrical-coordinate representation of color #6E487C: hue angle of 283.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E487C is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11072124-
CMYK0.110.4200.51
HSL283.85º26.53%38.43%-
HSV(B)283.85º41.94%48.63%-
XYZ12.399.420.23-
YUV89.29147.59142.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=35.95%
G=23.53%
B=40.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110721240.110.4200.51283.8526.5338.43
Hex6E487CB2A03311c1b26
Octal15611017413520634343346
Binary1101110100100011111001011101010011001110001110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,124); }

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

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

 a { background-color: rgb(110,72,124); }

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

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

 span { border-color: rgb(110,72,124); }

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