#6A4289

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

Shades of Affair #6A4289

Tints of Affair #6A4289

Color information

#6A4289 (or 0x6A4289) is unknown color: approx Affair. HEX triplet: 6A, 42 and 89. RGB value is (106,66,137). Sum of RGB (Red+Green+Blue) = 106+66+137=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A4289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4289 is #95BD76. Grayscale: #555555. Windows color (decimal): -9813367 or 8995434. OLE color: 8995434.

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

Color convert

RGB10666137-
CMYK0.230.5200.46
HSL273.8º34.98%39.8%-
HSV(B)273.8º51.82%53.73%-
XYZ12.418.7724.71-
YUV86.05156.75142.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=34.30%
G=21.36%
B=44.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106661370.230.5200.46273.834.9839.8
Hex6A4289173402E1122328
Octal15210221127640564224350
Binary1101010100001010001001101111101000101110100010010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,137); }

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

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

 a { background-color: rgb(106,66,137); }

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

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

 span { border-color: rgb(106,66,137); }

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