#6B4C87

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

Shades of Affair #6B4C87

Tints of Affair #6B4C87

Color information

#6B4C87 (or 0x6B4C87) is unknown color: approx Affair. HEX triplet: 6B, 4C and 87. RGB value is (107,76,135). Sum of RGB (Red+Green+Blue) = 107+76+135=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B4C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4C87 is #94B378. Grayscale: #5B5B5B. Windows color (decimal): -9745273 or 8866923. OLE color: 8866923.

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

Color convert

RGB10776135-
CMYK0.210.4400.47
HSL271.53º27.96%41.37%-
HSV(B)271.53º43.7%52.94%-
XYZ13.0210.0424.17-
YUV91.99152.27138.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=33.65%
G=23.90%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107761350.210.4400.47271.5327.9641.37
Hex6B4C87152C02F1101c29
Octal15311420725540574203451
Binary110101110011001000011110101101100010111110001000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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