#6D428D

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

Shades of Affair #6D428D

Tints of Affair #6D428D

Color information

#6D428D (or 0x6D428D) is unknown color: approx Affair. HEX triplet: 6D, 42 and 8D. RGB value is (109,66,141). Sum of RGB (Red+Green+Blue) = 109+66+141=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D428D is #92BD72. Grayscale: #575757. Windows color (decimal): -9616755 or 9257581. OLE color: 9257581.

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

Color convert

RGB10966141-
CMYK0.230.5300.45
HSL274.4º36.23%40.59%-
HSV(B)274.4º53.19%55.29%-
XYZ13.069.0726.26-
YUV87.41158.25143.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=34.49%
G=20.89%
B=44.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109661410.230.5300.45274.436.2340.59
Hex6D428D173502D1122429
Octal15510221527650554224451
Binary1101101100001010001101101111101010101101100010010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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