#6D478C

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

Shades of Affair #6D478C

Tints of Affair #6D478C

Color information

#6D478C (or 0x6D478C) is unknown color: approx Affair. HEX triplet: 6D, 47 and 8C. RGB value is (109,71,140). Sum of RGB (Red+Green+Blue) = 109+71+140=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D478C is #92B873. Grayscale: #595959. Windows color (decimal): -9615476 or 9193325. OLE color: 9193325.

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

Color convert

RGB10971140-
CMYK0.220.4900.45
HSL273.04º32.7%41.37%-
HSV(B)273.04º49.29%54.9%-
XYZ13.299.6525.97-
YUV90.23156.09141.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=34.06%
G=22.19%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109711400.220.4900.45273.0432.741.37
Hex6D478C163102D1112129
Octal15510721426610554214151
Binary1101101100011110001100101101100010101101100010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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