#6D478B

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

Shades of Affair #6D478B

Tints of Affair #6D478B

Color information

#6D478B (or 0x6D478B) is unknown color: approx Affair. HEX triplet: 6D, 47 and 8B. RGB value is (109,71,139). Sum of RGB (Red+Green+Blue) = 109+71+139=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D478B is #92B874. Grayscale: #595959. Windows color (decimal): -9615477 or 9127789. OLE color: 9127789.

HSL color Cylindrical-coordinate representation of color #6D478B: hue angle of 273.53º degrees, saturation: 0.32, 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 #6D478B is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10971139-
CMYK0.220.4900.45
HSL273.53º32.38%41.18%-
HSV(B)273.53º48.92%54.51%-
XYZ13.229.6225.59-
YUV90.11155.59141.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=34.17%
G=22.26%
B=43.57%

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
Decimal109711390.220.4900.45273.5332.3841.18
Hex6D478B163102D1122029
Octal15510721326610554224051
Binary1101101100011110001011101101100010101101100010010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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