#6D408A

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

Shades of Affair #6D408A

Tints of Affair #6D408A

Color information

#6D408A (or 0x6D408A) is unknown color: approx Affair. HEX triplet: 6D, 40 and 8A. RGB value is (109,64,138). Sum of RGB (Red+Green+Blue) = 109+64+138=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D408A is #92BF75. Grayscale: #555555. Windows color (decimal): -9617270 or 9060461. OLE color: 9060461.

HSL color Cylindrical-coordinate representation of color #6D408A: hue angle of 276.49º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D408A is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10964138-
CMYK0.210.5400.46
HSL276.49º36.63%39.61%-
HSV(B)276.49º53.62%54.12%-
XYZ12.738.7525.06-
YUV85.89157.41144.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=35.05%
G=20.58%
B=44.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109641380.210.5400.46276.4936.6339.61
Hex6D408A153602E1142528
Octal15510021225660564244550
Binary1101101100000010001010101011101100101110100010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,138); }

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

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

 a { background-color: rgb(109,64,138); }

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

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

 span { border-color: rgb(109,64,138); }

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