#6B4E86

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

Shades of Affair #6B4E86

Tints of Affair #6B4E86

Color information

#6B4E86 (or 0x6B4E86) is unknown color: approx Affair. HEX triplet: 6B, 4E and 86. RGB value is (107,78,134). Sum of RGB (Red+Green+Blue) = 107+78+134=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B4E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E86 is #94B179. Grayscale: #5C5C5C. Windows color (decimal): -9744762 or 8801899. OLE color: 8801899.

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

Color convert

RGB10778134-
CMYK0.200.4200.47
HSL271.07º26.42%41.57%-
HSV(B)271.07º41.79%52.55%-
XYZ13.0910.323.85-
YUV93.06151.11137.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=33.54%
G=24.45%
B=42.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107781340.200.4200.47271.0726.4241.57
Hex6B4E86142A02F10f1a2a
Octal15311620624520574173252
Binary110101110011101000011010100101010010111110000111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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