#6A4679

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

Shades of Affair #6A4679

Tints of Affair #6A4679

Color information

#6A4679 (or 0x6A4679) is unknown color: approx Affair. HEX triplet: 6A, 46 and 79. RGB value is (106,70,121). Sum of RGB (Red+Green+Blue) = 106+70+121=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A4679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4679 is #95B986. Grayscale: #565656. Windows color (decimal): -9812359 or 7947882. OLE color: 7947882.

HSL color Cylindrical-coordinate representation of color #6A4679: hue angle of 282.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A4679 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10670121-
CMYK0.120.4200.53
HSL282.35º26.7%37.45%-
HSV(B)282.35º42.15%47.45%-
XYZ11.598.8219.18-
YUV86.58147.43141.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=35.69%
G=23.57%
B=40.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106701210.120.4200.53282.3526.737.45
Hex6A4679C2A03511a1b25
Octal15210617114520654323345
Binary1101010100011011110011100101010011010110001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,121); }

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

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

 a { background-color: rgb(106,70,121); }

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

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

 span { border-color: rgb(106,70,121); }

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