#6d468d

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

Shades of Affair #6D468D

Tints of Affair #6D468D

Color information

#6D468D (or 0x6D468D) is unknown color: approx Affair. HEX triplet: 6D, 46 and 8D. RGB value is (109,70,141). Sum of RGB (Red+Green+Blue) = 109+70+141=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D468D is #92B972. Grayscale: #595959. Windows color (decimal): -9615731 or 9258605. OLE color: 9258605.

HSL color Cylindrical-coordinate representation of color #6D468D: hue angle of 272.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D468D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10970141-
CMYK0.230.5000.45
HSL272.96º33.65%41.37%-
HSV(B)272.96º50.35%55.29%-
XYZ13.39.5526.34-
YUV89.76156.92141.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=34.06%
G=21.88%
B=44.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109701410.230.5000.45272.9633.6541.37
Hex6D468D173202D1112229
Octal15510621527620554214251
Binary1101101100011010001101101111100100101101100010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d468d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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