#6d428c

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

Shades of Affair #6D428C

Tints of Affair #6D428C

Color information

#6D428C (or 0x6D428C) is unknown color: approx Affair. HEX triplet: 6D, 42 and 8C. RGB value is (109,66,140). Sum of RGB (Red+Green+Blue) = 109+66+140=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D428C is #92BD73. Grayscale: #575757. Windows color (decimal): -9616756 or 9192045. OLE color: 9192045.

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

Color convert

RGB10966140-
CMYK0.220.5300.45
HSL274.86º35.92%40.39%-
HSV(B)274.86º52.86%54.9%-
XYZ12.999.0425.87-
YUV87.29157.75143.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=34.60%
G=20.95%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109661400.220.5300.45274.8635.9240.39
Hex6D428C163502D1132428
Octal15510221426650554234450
Binary1101101100001010001100101101101010101101100010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d428c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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