#6B4E87

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

Shades of Affair #6B4E87

Tints of Affair #6B4E87

Color information

#6B4E87 (or 0x6B4E87) is unknown color: approx Affair. HEX triplet: 6B, 4E and 87. RGB value is (107,78,135). Sum of RGB (Red+Green+Blue) = 107+78+135=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B4E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E87 is #94B178. Grayscale: #5C5C5C. Windows color (decimal): -9744761 or 8867435. OLE color: 8867435.

HSL color Cylindrical-coordinate representation of color #6B4E87: hue angle of 270.53º 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 #6B4E87 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10778135-
CMYK0.210.4200.47
HSL270.53º26.76%41.76%-
HSV(B)270.53º42.22%52.94%-
XYZ13.1610.3224.22-
YUV93.17151.61137.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=33.44%
G=24.38%
B=42.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107781350.210.4200.47270.5326.7641.76
Hex6B4E87152A02F10f1b2a
Octal15311620725520574173352
Binary110101110011101000011110101101010010111110000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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