#6D477A

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

Shades of Affair #6D477A

Tints of Affair #6D477A

Color information

#6D477A (or 0x6D477A) is unknown color: approx Affair. HEX triplet: 6D, 47 and 7A. RGB value is (109,71,122). Sum of RGB (Red+Green+Blue) = 109+71+122=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D477A is #92B885. Grayscale: #585858. Windows color (decimal): -9615494 or 8013677. OLE color: 8013677.

HSL color Cylindrical-coordinate representation of color #6D477A: hue angle of 284.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D477A is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10971122-
CMYK0.110.4200.52
HSL284.71º26.42%37.84%-
HSV(B)284.71º41.8%47.84%-
XYZ12.079.1619.54-
YUV88.18147.09142.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=36.09%
G=23.51%
B=40.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109711220.110.4200.52284.7126.4237.84
Hex6D477AB2A03411d1a26
Octal15510717213520644353246
Binary1101101100011111110101011101010011010010001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,122); }

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

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

 a { background-color: rgb(109,71,122); }

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

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

 span { border-color: rgb(109,71,122); }

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