#6C4E87

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

Shades of Affair #6C4E87

Tints of Affair #6C4E87

Color information

#6C4E87 (or 0x6C4E87) is unknown color: approx Affair. HEX triplet: 6C, 4E and 87. RGB value is (108,78,135). Sum of RGB (Red+Green+Blue) = 108+78+135=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C4E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E87 is #93B178. Grayscale: #5D5D5D. Windows color (decimal): -9679225 or 8867436. OLE color: 8867436.

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

Color convert

RGB10878135-
CMYK0.20.4200.47
HSL271.58º26.76%41.76%-
HSV(B)271.58º42.22%52.94%-
XYZ13.2810.3924.23-
YUV93.47151.44138.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=33.64%
G=24.30%
B=42.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108781350.20.4200.47271.5826.7641.76
Hex6C4E87142A02F1101b2a
Octal15411620724520574203352
Binary110110010011101000011110100101010010111110001000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,135); }

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

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

 a { background-color: rgb(108,78,135); }

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

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

 span { border-color: rgb(108,78,135); }

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