#6D5082

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

Shades of Affair #6D5082

Tints of Affair #6D5082

Color information

#6D5082 (or 0x6D5082) is unknown color: approx Affair. HEX triplet: 6D, 50 and 82. RGB value is (109,80,130). Sum of RGB (Red+Green+Blue) = 109+80+130=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5082 is #92AF7D. Grayscale: #5E5E5E. Windows color (decimal): -9613182 or 8540269. OLE color: 8540269.

HSL color Cylindrical-coordinate representation of color #6D5082: hue angle of 274.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D5082 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10980130-
CMYK0.160.3800.49
HSL274.8º23.81%41.18%-
HSV(B)274.8º38.46%50.98%-
XYZ13.210.622.47-
YUV94.37148.11138.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=34.17%
G=25.08%
B=40.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109801300.160.3800.49274.823.8141.18
Hex6D508210260311131829
Octal15512020220460614233051
Binary110110110100001000001010000100110011000110001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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