#6D467B

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

Shades of Affair #6D467B

Tints of Affair #6D467B

Color information

#6D467B (or 0x6D467B) is unknown color: approx Affair. HEX triplet: 6D, 46 and 7B. RGB value is (109,70,123). Sum of RGB (Red+Green+Blue) = 109+70+123=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D467B is #92B984. Grayscale: #575757. Windows color (decimal): -9615749 or 8078957. OLE color: 8078957.

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

Color convert

RGB10970123-
CMYK0.110.4300.52
HSL284.15º27.46%37.84%-
HSV(B)284.15º43.09%48.24%-
XYZ12.079.0619.85-
YUV87.7147.92143.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=36.09%
G=23.18%
B=40.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109701230.110.4300.52284.1527.4637.84
Hex6D467BB2B03411c1b26
Octal15510617313530644343346
Binary1101101100011011110111011101011011010010001110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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