#6D4885

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

Shades of Affair #6D4885

Tints of Affair #6D4885

Color information

#6D4885 (or 0x6D4885) is unknown color: approx Affair. HEX triplet: 6D, 48 and 85. RGB value is (109,72,133). Sum of RGB (Red+Green+Blue) = 109+72+133=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4885 is #92B77A. Grayscale: #595959. Windows color (decimal): -9615227 or 8734829. OLE color: 8734829.

HSL color Cylindrical-coordinate representation of color #6D4885: hue angle of 276.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D4885 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10972133-
CMYK0.180.4600.48
HSL276.39º29.76%40.2%-
HSV(B)276.39º45.86%52.16%-
XYZ12.869.5823.36-
YUV90.02152.26141.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=34.71%
G=22.93%
B=42.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109721330.180.4600.48276.3929.7640.2
Hex6D4885122E0301141e28
Octal15511020522560604243650
Binary110110110010001000010110010101110011000010001010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,133); }

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

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

 a { background-color: rgb(109,72,133); }

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

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

 span { border-color: rgb(109,72,133); }

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