#6D4083

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

Shades of Affair #6D4083

Tints of Affair #6D4083

Color information

#6D4083 (or 0x6D4083) is unknown color: approx Affair. HEX triplet: 6D, 40 and 83. RGB value is (109,64,131). Sum of RGB (Red+Green+Blue) = 109+64+131=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D4083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4083 is #92BF7C. Grayscale: #545454. Windows color (decimal): -9617277 or 8601709. OLE color: 8601709.

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

Color convert

RGB10964131-
CMYK0.170.5100.49
HSL280.3º34.36%38.24%-
HSV(B)280.3º51.15%51.37%-
XYZ12.248.5622.48-
YUV85.09153.91145.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=35.86%
G=21.05%
B=43.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109641310.170.5100.49280.334.3638.24
Hex6D408311330311182226
Octal15510020321630614304246
Binary1101101100000010000011100011100110110001100011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,131); }

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

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

 a { background-color: rgb(109,64,131); }

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

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

 span { border-color: rgb(109,64,131); }

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