#6D498C

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

Shades of Affair #6D498C

Tints of Affair #6D498C

Color information

#6D498C (or 0x6D498C) is unknown color: approx Affair. HEX triplet: 6D, 49 and 8C. RGB value is (109,73,140). Sum of RGB (Red+Green+Blue) = 109+73+140=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D498C is #92B673. Grayscale: #5B5B5B. Windows color (decimal): -9614964 or 9193837. OLE color: 9193837.

HSL color Cylindrical-coordinate representation of color #6D498C: hue angle of 272.24º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D498C is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10973140-
CMYK0.220.4800.45
HSL272.24º31.46%41.76%-
HSV(B)272.24º47.86%54.9%-
XYZ13.429.9126.02-
YUV91.4155.43140.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=33.85%
G=22.67%
B=43.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109731400.220.4800.45272.2431.4641.76
Hex6D498C163002D1101f2a
Octal15511121426600554203752
Binary110110110010011000110010110110000010110110001000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,140); }

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

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

 a { background-color: rgb(109,73,140); }

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

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

 span { border-color: rgb(109,73,140); }

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