#6E507C

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

Shades of Affair #6E507C

Tints of Affair #6E507C

Color information

#6E507C (or 0x6E507C) is unknown color: approx Affair. HEX triplet: 6E, 50 and 7C. RGB value is (110,80,124). Sum of RGB (Red+Green+Blue) = 110+80+124=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E507C is #91AF83. Grayscale: #5D5D5D. Windows color (decimal): -9547652 or 8147054. OLE color: 8147054.

HSL color Cylindrical-coordinate representation of color #6E507C: hue angle of 280.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E507C is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11080124-
CMYK0.110.3500.51
HSL280.91º21.57%40%-
HSV(B)280.91º35.48%48.63%-
XYZ12.9410.5120.42-
YUV93.99144.94139.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=35.03%
G=25.48%
B=39.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110801240.110.3500.51280.9121.5740
Hex6E507CB230331191628
Octal15612017413430634312650
Binary1101110101000011111001011100011011001110001100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,124); }

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

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

 a { background-color: rgb(110,80,124); }

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

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

 span { border-color: rgb(110,80,124); }

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