#6D477B

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

Shades of Affair #6D477B

Tints of Affair #6D477B

Color information

#6D477B (or 0x6D477B) is unknown color: approx Affair. HEX triplet: 6D, 47 and 7B. RGB value is (109,71,123). Sum of RGB (Red+Green+Blue) = 109+71+123=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D477B is #92B884. Grayscale: #585858. Windows color (decimal): -9615493 or 8079213. OLE color: 8079213.

HSL color Cylindrical-coordinate representation of color #6D477B: hue angle of 283.85º degrees, saturation: 0.27, 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 #6D477B is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10971123-
CMYK0.110.4200.52
HSL283.85º26.8%38.04%-
HSV(B)283.85º42.28%48.24%-
XYZ12.149.1919.87-
YUV88.29147.59142.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=35.97%
G=23.43%
B=40.59%

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
Decimal109711230.110.4200.52283.8526.838.04
Hex6D477BB2A03411c1b26
Octal15510717313520644343346
Binary1101101100011111110111011101010011010010001110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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