#6D498B

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

Shades of Affair #6D498B

Tints of Affair #6D498B

Color information

#6D498B (or 0x6D498B) is unknown color: approx Affair. HEX triplet: 6D, 49 and 8B. RGB value is (109,73,139). Sum of RGB (Red+Green+Blue) = 109+73+139=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D498B is #92B674. Grayscale: #5B5B5B. Windows color (decimal): -9614965 or 9128301. OLE color: 9128301.

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

Color convert

RGB10973139-
CMYK0.220.4700.45
HSL272.73º31.13%41.57%-
HSV(B)272.73º47.48%54.51%-
XYZ13.359.8825.63-
YUV91.29154.93140.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=33.96%
G=22.74%
B=43.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109731390.220.4700.45272.7331.1341.57
Hex6D498B162F02D1111f2a
Octal15511121326570554213752
Binary110110110010011000101110110101111010110110001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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