#6D547B

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

Shades of Affair #6D547B

Tints of Affair #6D547B

Color information

#6D547B (or 0x6D547B) is unknown color: approx Affair. HEX triplet: 6D, 54 and 7B. RGB value is (109,84,123). Sum of RGB (Red+Green+Blue) = 109+84+123=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D547B is #92AB84. Grayscale: #5F5F5F. Windows color (decimal): -9612165 or 8082541. OLE color: 8082541.

HSL color Cylindrical-coordinate representation of color #6D547B: hue angle of 278.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D547B is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10984123-
CMYK0.110.3200.52
HSL278.46º18.84%40.59%-
HSV(B)278.46º31.71%48.24%-
XYZ13.0511.0220.18-
YUV95.92143.28137.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=34.49%
G=26.58%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109841230.110.3200.52278.4618.8440.59
Hex6D547BB200341161329
Octal15512417313400644262351
Binary1101101101010011110111011100000011010010001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,123); }

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

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

 a { background-color: rgb(109,84,123); }

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

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

 span { border-color: rgb(109,84,123); }

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