#6D508A

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

Shades of Affair #6D508A

Tints of Affair #6D508A

Color information

#6D508A (or 0x6D508A) is unknown color: approx Affair. HEX triplet: 6D, 50 and 8A. RGB value is (109,80,138). Sum of RGB (Red+Green+Blue) = 109+80+138=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D508A is #92AF75. Grayscale: #5F5F5F. Windows color (decimal): -9613174 or 9064557. OLE color: 9064557.

HSL color Cylindrical-coordinate representation of color #6D508A: hue angle of 270º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D508A is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10980138-
CMYK0.210.4200.46
HSL270º26.61%42.75%-
HSV(B)270º42.03%54.12%-
XYZ13.7610.8225.41-
YUV95.28152.11137.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=33.33%
G=24.46%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109801380.210.4200.4627026.6142.75
Hex6D508A152A02E10e1b2b
Octal15512021225520564163353
Binary110110110100001000101010101101010010111010000111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,138); }

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

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

 a { background-color: rgb(109,80,138); }

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

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

 span { border-color: rgb(109,80,138); }

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