#6E567B

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

Shades of Affair #6E567B

Tints of Affair #6E567B

Color information

#6E567B (or 0x6E567B) is unknown color: approx Affair. HEX triplet: 6E, 56 and 7B. RGB value is (110,86,123). Sum of RGB (Red+Green+Blue) = 110+86+123=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E567B is #91A984. Grayscale: #616161. Windows color (decimal): -9546117 or 8083054. OLE color: 8083054.

HSL color Cylindrical-coordinate representation of color #6E567B: hue angle of 278.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E567B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11086123-
CMYK0.110.3000.52
HSL278.92º17.7%40.98%-
HSV(B)278.92º30.08%48.24%-
XYZ13.3311.420.24-
YUV97.39142.45136.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=34.48%
G=26.96%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110861230.110.3000.52278.9217.740.98
Hex6E567BB1E0341171229
Octal15612617313360644272251
Binary110111010101101111011101111110011010010001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,123); }

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

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

 a { background-color: rgb(110,86,123); }

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

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

 span { border-color: rgb(110,86,123); }

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